From 8bf0454bd9232916d3a498a5e61b275553317eb4 Mon Sep 17 00:00:00 2001 From: Pratyush Anand Date: Thu, 12 May 2016 10:22:06 +0530 Subject: [PATCH] .gitignore: Update to make it more generic We do not have *.xz, *.gz as part of repositiry, so ignore them. They are annoying during development period, specially when we want to modify all changes using `git add -A`. Also ignore *.swp, and *.rpm because many of such temporary files are created during development and such files would not be the part of repository. Signed-off-by: Pratyush Anand Acked-by: Dave Young --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c13b1ae..7a38a39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.gz +*.xz +*.swp +*.rpm /eppic_030413.tar.gz /makedumpfile-1.5.7.tar.gz /kexec-tools-2.0.8.tar.xz