Ignore *.{deb,rpm,tar.gz} files in the top directory.
authorTurbo Fredriksson <turbo@bayour.com>
Sat, 13 Apr 2013 19:38:37 +0000 (21:38 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 24 Apr 2013 23:18:59 +0000 (16:18 -0700)
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

.gitignore

index de3ab11..eab3d97 100644 (file)
@@ -49,3 +49,6 @@ Makefile.in
 tags
 TAGS
 cscope.*
+*.rpm
+*.deb
+*.tar.gz