From 0c15bf16f1050e710cad1783d15eea63cca792c0 Mon Sep 17 00:00:00 2001 From: Turbo Fredriksson Date: Sat, 13 Apr 2013 21:38:37 +0200 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.8.3.1