Add .gitignore to the source tree

Ignore common files during development.
This commit is contained in:
Essien Ita Essien 2010-10-03 16:00:15 +02:00
parent 2f1d527ef1
commit 01965683aa
2 changed files with 8 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
*.beam
rebar
*~
*.orig
.*.swp
rt.work
.hgignore

View file

@ -4,3 +4,4 @@
\.orig \.orig
\.swp \.swp
rt.work/* rt.work/*
^.gitignore$