]> xenbits.xensource.com Git - xen.git/commitdiff
.gitignore: only ignore hidden dependency files
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Feb 2023 07:53:22 +0000 (08:53 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 6 Feb 2023 07:53:22 +0000 (08:53 +0100)
The current pattern also ignores directories suffixed with ".d", like:
    tools/hotplug/*/rc.d
    tools/hotplug/*/init.d

Avoid this by only ignoring "hidden" files, for which name starts with
a dot.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
.gitignore

index 880ba88c55d875cbae1e3abbae9a5b18577ea9cf..5b30d8fc36aac8b75c4bd856205bf1ed85a11611 100644 (file)
@@ -1,12 +1,12 @@
 .hg
 .*.cmd
+.*.d
+.*.d2
 .*.tmp
 *.orig
 *~
 *.swp
 *.o
-*.d
-*.d2
 *.cppcheck.txt
 *.cppcheck.xml
 *.opic