summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEssien Ita Essien <essiene@gmail.com>2010-10-03 16:00:15 +0200
committerEssien Ita Essien <essiene@gmail.com>2010-10-03 16:00:15 +0200
commit01965683aaab2d16f71a4ab7dc21630fbd6a63d5 (patch)
tree842bc80d8596bd3631c9d9bf925c906e0b424791
parent2f1d527ef17c8f87b518ea584650e1dc9d50d235 (diff)
Add .gitignore to the source tree
Ignore common files during development.
-rw-r--r--.gitignore7
-rw-r--r--.hgignore1
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..98df095
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*.beam
+rebar
+*~
+*.orig
+.*.swp
+rt.work
+.hgignore
diff --git a/.hgignore b/.hgignore
index 207392e..273aafc 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,3 +4,4 @@
\.orig
\.swp
rt.work/*
+^.gitignore$