summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-09-13 23:40:08 +0200
committerNarrat2015-09-13 23:40:08 +0200
commit6bb02aef1f2b852677e7148fb5240d170e610f67 (patch)
tree1b898cc069643219601aa11946ed8130a268db5c
parent6d2d7c2f8a6bf466be425274bc5bfb2b51b8c2bf (diff)
downloadaur-6bb02aef1f2b852677e7148fb5240d170e610f67.tar.gz
Fix gitignore
Still one around from the old master repo...
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index eb6ec10665ae..8fa07242ca4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-*/src
-*/pkg
+src/
+pkg/
*.gz
*.xz
*.bz2
@@ -10,6 +10,6 @@
*.txt
*.log
*.scm
-*/resynthesizer
-*/*.pkg
-*/*.asc
+resynthesizer/
+*.pkg
+*.asc