]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
gitignore: Remove user-specific rules
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 19 Jun 2016 18:54:59 +0000 (20:54 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 26 Jun 2016 07:16:27 +0000 (09:16 +0200)
A project's .gitignore should be about project-specific rules, shared by
everyone compiling it. So, instead of adding more and more rules for
user-specific editors or tools, remove them completely and no longer
accept new ones. Users can easily define local rules, see gitignore man
page.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
.gitignore

index 4dff22b248508b980587a5ed12dcb7ede943987f..87962f474606bb219c990b9df313ce66338418f2 100644 (file)
@@ -1,4 +1,4 @@
-# Built outputs
+# Build outputs - only!
 *.[oa]
 *.mod.[co]
 *.cmd
@@ -17,9 +17,3 @@ hypervisor/include/generated
 *.s
 ci/out
 ci/*.tar.xz
-
-# Tools outputs
-*~
-*.sw[pon]
-cscope.*
-ncscope.*