diff options
author | Essien Ita Essien <essiene@gmail.com> | 2010-10-03 16:00:15 +0200 |
---|---|---|
committer | Essien Ita Essien <essiene@gmail.com> | 2010-10-03 16:00:15 +0200 |
commit | 01965683aaab2d16f71a4ab7dc21630fbd6a63d5 (patch) | |
tree | 842bc80d8596bd3631c9d9bf925c906e0b424791 | |
parent | 2f1d527ef17c8f87b518ea584650e1dc9d50d235 (diff) |
Add .gitignore to the source tree
Ignore common files during development.
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | .hgignore | 1 |
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 @@ -4,3 +4,4 @@ \.orig \.swp rt.work/* +^.gitignore$ |