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 | |
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>
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | latex-fitch-uoo/.gitignore | 1 | ||||
-rw-r--r-- | perl-file-tail [moved to community]/.gitignore | 1 |
3 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,5 @@ -/_/ +_/ +*- *~ \#*\# @@ -12,6 +13,12 @@ *.bz2 *.sig *.asc +*.tgz.* +*.gz.* +*.xz.* +*.bz2.* +*.sig.* +*.asc.* sum src/ pkg/ diff --git a/latex-fitch-uoo/.gitignore b/latex-fitch-uoo/.gitignore new file mode 100644 index 0000000..dd1f40a --- /dev/null +++ b/latex-fitch-uoo/.gitignore @@ -0,0 +1 @@ +fitch diff --git a/perl-file-tail [moved to community]/.gitignore b/perl-file-tail [moved to community]/.gitignore new file mode 100644 index 0000000..818ee96 --- /dev/null +++ b/perl-file-tail [moved to community]/.gitignore @@ -0,0 +1 @@ +file-tail |