diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-02-14 17:23:15 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-02-14 17:23:15 -0300 |
commit | 3767cb2b49c6f88ecac9abe705df248b9e06cbb4 (patch) | |
tree | 29ae6738dbcb0cc9f6bb80368db6f4a886b45a2e /.gitignore | |
parent | 568929c75b5a62756a0b984709e7db8795c6bcdf (diff) |
Ignore makepkg dirs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6ffa34f0a..f7fbb4a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ *~ -#*#
\ No newline at end of file +#*# +src/ +pkg/ +*.pkg.tar.* +*.src.tar.* |