summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-08-03 22:03:03 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-08-03 22:03:03 +0200
commitda15f859af776ad77a53d857a7fa0d4478bb6d0f (patch)
tree8c1890932db05dc1a24f6e56f05127595077687d
parentab7c443a4a2a96248d5a0118073a2abfcc713497 (diff)
Add .gitignore and .gitattributes
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore2
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..5966153
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitattributes export-ignore
+.gitignore export-ignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..46468bb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*~
+archiso/archiso-*.tar.gz*