summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDylon Edwards2018-04-26 22:06:40 -0700
committerDylon Edwards2018-04-26 23:15:33 -0700
commita9294616996c68f313c3d3faed5b0c57517bace6 (patch)
tree9265fb79ceb91d6a1e036ce1ef7467486bb999e8 /.gitignore
downloadaur-a9294616996c68f313c3d3faed5b0c57517bace6.tar.gz
Adds initial .gitignore, PKGBUILD, quartet-git.changelog, and .SRCINFO files for release r2.a99c049
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3b174e9d006d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Blacklist everything by default to avoid accidentally committing something
+*
+
+# Whitelist the following files and directories
+!/.SRCINFO
+!/.gitignore
+!/PKGBUILD
+!/quartet-git.changelog \ No newline at end of file