]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
gitignore: Group files according to build vs. tool outputs
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 28 Jul 2015 07:20:21 +0000 (09:20 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Tue, 28 Jul 2015 07:22:58 +0000 (09:22 +0200)
Just the make sure we don't lose overview about the motivation for the
rules.

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

index 6a6ebcd512e3be6c8cf6f1b08a17f87b6637378f..819c7df8a427f64ff1914ebf4b33636d3697efca 100644 (file)
@@ -1,8 +1,8 @@
+# Built outputs
 *.[oa]
 *.mod.[co]
 *.cmd
 *.bin
-*.sw[pon]
 .tmp_versions
 Module.symvers
 modules.order
@@ -18,5 +18,7 @@ hypervisor/include/generated
 ci/out
 ci/*.tar.xz
 
+# Tools outputs
+*.sw[pon]
 cscope.*
 ncscope.*