|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] .gitignore: only ignore hidden dependency files
commit 39ee93d21290293712ffb7f7c265df7dcb45b12f
Author: Anthony PERARD <anthony.perard@xxxxxxxxxx>
AuthorDate: Mon Feb 6 08:53:22 2023 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Mon Feb 6 08:53:22 2023 +0100
.gitignore: only ignore hidden dependency files
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@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
---
.gitignore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 880ba88c55..5b30d8fc36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,12 @@
.hg
.*.cmd
+.*.d
+.*.d2
.*.tmp
*.orig
*~
*.swp
*.o
-*.d
-*.d2
*.cppcheck.txt
*.cppcheck.xml
*.opic
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |