diff options
author | Turbo Fredriksson <[email protected]> | 2013-04-13 21:38:37 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-24 16:18:59 -0700 |
commit | 0c15bf16f1050e710cad1783d15eea63cca792c0 (patch) | |
tree | 5aac6374518769a10fb53c6268b961dd84a41314 /.gitignore | |
parent | e013670550641610dc09b6b58f0ea9fd00169d07 (diff) |
Ignore *.{deb,rpm,tar.gz} files in the top directory.
These are build products and should be ignored.
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Turbo Fredriksson <[email protected]>
Issue #1402
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |