summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorjoneshf2015-07-03 12:17:07 -0700
committerjoneshf2015-07-03 12:19:12 -0700
commit6c660a6dda33083d25454129f5f851aa9f13cc87 (patch)
treec0ed01af4cf02b766b580f777c0fa47518fe4549 /.gitignore
parent767c22a60aa286d04f13df28aab2a94ac118948f (diff)
downloadaur-6c660a6dda33083d25454129f5f851aa9f13cc87.tar.gz
Updated `update_version.sh`
For some reason `RPATH` issues have arisen. This is probably due to cabal, but we just delete them alltogether. Hopefully nothing breaks due to it...
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..86e4fd597af4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+src
+pkg
+*.tar.xz
+*.tar.gz
+*.log
+.psci_modules \ No newline at end of file