.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 <panand@redhat.com> Acked-by: Dave Young <dyoung@redhat.com>
This commit is contained in:
parent
7aeeb1d17e
commit
8bf0454bd9
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user