[PATCH] gitignore: Group files according to build vs. tool outputs

3 views
Skip to first unread message

Jan Kiszka

unread,
Jul 28, 2015, 3:26:59 AM7/28/15
to Jailhouse
Just the make sure we don't lose overview about the motivation for the
rules.

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
.gitignore | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6a6ebcd..819c7df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.*
--
2.1.4
Reply all
Reply to author
Forward
0 new messages