Ignore *.{deb,rpm,tar.gz} files in the top directory.
These are build products and should be ignored. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Turbo Fredriksson <turbo@bayour.com> Issue #1402
This commit is contained in:
parent
e013670550
commit
0c15bf16f1
|
@ -49,3 +49,6 @@ Makefile.in
|
|||
tags
|
||||
TAGS
|
||||
cscope.*
|
||||
*.rpm
|
||||
*.deb
|
||||
*.tar.gz
|
||||
|
|
Loading…
Reference in New Issue