From: Jan Kiszka Date: Sun, 19 Jun 2016 18:54:59 +0000 (+0200) Subject: gitignore: Remove user-specific rules X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/commitdiff_plain/d747205eec4bb66e95b1de426d618a8c6d34d61a gitignore: Remove user-specific rules 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 --- diff --git a/.gitignore b/.gitignore index 4dff22b..87962f4 100644 --- a/.gitignore +++ b/.gitignore @@ -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.*