diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-07 01:25:45 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-07 01:25:45 +0100 |
commit | 6e5eeb8f21a90617611cb2f314d99e2da7cefb3d (patch) | |
tree | 42ce5050ff2d5101aa1ff2c35cc34e06cbe0a743 /.gitignore | |
parent | adopt nafe (diff) | |
download | aur-packages-6e5eeb8f21a90617611cb2f314d99e2da7cefb3d.tar.gz aur-packages-6e5eeb8f21a90617611cb2f314d99e2da7cefb3d.tar.bz2 aur-packages-6e5eeb8f21a90617611cb2f314d99e2da7cefb3d.tar.xz |
update gitignore
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,5 @@ -/_/ +_/ +*- *~ \#*\# @@ -12,6 +13,12 @@ *.bz2 *.sig *.asc +*.tgz.* +*.gz.* +*.xz.* +*.bz2.* +*.sig.* +*.asc.* sum src/ pkg/ |