Browse Source

Add .gitignore to the source tree

Ignore common files during development.
Essien Ita Essien 14 years ago
parent
commit
01965683aa
2 changed files with 8 additions and 0 deletions
  1. +7
    -0
      .gitignore
  2. +1
    -0
      .hgignore

+ 7
- 0
.gitignore View File

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

+ 1
- 0
.hgignore View File

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

Loading…
Cancel
Save