summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
author0b1001002021-11-25 16:46:35 +0100
committer0b1001002021-11-25 16:57:50 +0100
commitc5101bfdb6b7750f97bb30f772298a670d9a0e35 (patch)
tree3bb900b101614eab6855b9f0cce7d27d101ccd88 /.gitignore
parent3e9e5804a550a8aad9b3dbdfd711a3e2055c45a1 (diff)
downloadaur-c5101bfdb6b7750f97bb30f772298a670d9a0e35.tar.gz
Update to 0.4b47 and remove patches
Change pkgdesc to upstream description Add some missing dependencies Enable readline support in restore binary Remove or replace unsupported configure options Exclude everything but some needed files in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4a3d82ac4f55..4dab8d6386e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
-/dump-*.tar.gz
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO