diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-10-18 09:20:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-10-18 09:20:21 +0000 |
commit | e39a862f7cd5992019658826c846ba12d3b5a40b (patch) | |
tree | 0a518caff737c52d369825ba6c7b5ea0b22786f2 /.gitignore | |
parent | 645531103b2ee8ef54d53a58eca3b52f7d3fb9ac (diff) | |
download | aports-e39a862f7cd5992019658826c846ba12d3b5a40b.tar.bz2 aports-e39a862f7cd5992019658826c846ba12d3b5a40b.tar.xz |
ignore source packages, apks and src and pkg dirs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..3a3cd4862 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.apk +*.tar.gz +*.tar.bz2 +src +pkg +pkg-* |