diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-13 11:32:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-13 11:32:09 -0300 |
commit | 0019e0942eb838ccf7fa72962e0f0d9f49cd1cf4 (patch) | |
tree | 9dc4f3fc4502f89cbc1addf422807595d43ee91f /.gitignore | |
parent | 7a75a6e8f80f8f75cf4b153da6f0ef8139019420 (diff) |
Ignore tarballs in general
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4b972ed8e..6dc4e19af 100755 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ #*# src/ pkg/ -*.pkg.tar.* -*.src.tar.* *.log +*.tar* +*.tgz +*.zip |