Add .gitignore to the source tree

Ignore common files during development.

Signed-off-by: Essien Ita Essien <essiene@gmail.com>
---
 .gitignore |    7 +++++++
 .hgignore  |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
This commit is contained in:
Essien Ita Essien 2010-10-03 16:00:15 +02:00
parent 2f1d527ef1
commit f29ab61693
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
\.swp
rt.work/*
^.gitignore$