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-Tag: zfs-0.6.2~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c15bf16f1050e710cad1783d15eea63cca792c0;p=zfs 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 de3ab11c9..eab3d979a 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,6 @@ Makefile.in tags TAGS cscope.* +*.rpm +*.deb +*.tar.gz