diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-04-28 19:30:21 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-04-28 19:30:21 +0000 |
commit | 9992970920299716353837c3771395a18aa82c7a (patch) | |
tree | 64deabf72b62cb51df8df477790645210ba21a2e | |
parent | f9227f24bbc658cfd1e89492e1bcb995ec69b118 (diff) | |
download | aports-9992970920299716353837c3771395a18aa82c7a.tar.bz2 aports-9992970920299716353837c3771395a18aa82c7a.tar.xz |
Added *.tgz and *.zip to ignored files.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9ef5555f1..82415fc17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.apk *.gz +*.tgz *.bz2 +*.zip src pkg pkg-* |