Browse Source

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
Essien Ita Essien 14 years ago
parent
commit
f29ab61693
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