From: Turbo Fredriksson Date: Sat, 13 Apr 2013 19:38:37 +0000 (+0200) Subject: Ignore *.{deb,rpm,tar.gz} files in the top directory. X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=0c15bf16f1050e710cad1783d15eea63cca792c0;p=zfs.git Ignore *.{deb,rpm,tar.gz} files in the top directory. These are build products and should be ignored. Signed-off-by: Brian Behlendorf Signed-off-by: Turbo Fredriksson Issue #1402 --- diff --git a/.gitignore b/.gitignore index de3ab11..eab3d97 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,6 @@ Makefile.in tags TAGS cscope.* +*.rpm +*.deb +*.tar.gz