瀏覽代碼

Fix .gitignore complaining about name collisions in subdirectories.

Rob Landley 1 年之前
父節點
當前提交
cd9601739e
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. 9 9
      .gitignore

+ 9 - 9
.gitignore

@@ -1,10 +1,10 @@
 syntax: glob
-.config*
-.single*
-change/
-generated/
-kconfig/mconf
-kconfig/conf
-kconfig/*.c
-toybox
-toybox_unstripped
+/.config*
+/.single*
+/change/
+/generated/
+/kconfig/mconf
+/kconfig/conf
+/kconfig/*.c
+/toybox
+/toybox_unstripped