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 /.gitignore | |
parent | 2f1d527ef17c8f87b518ea584650e1dc9d50d235 (diff) | |
download | rebar-01965683aaab2d16f71a4ab7dc21630fbd6a63d5.tar.gz |
Add .gitignore to the source tree
Ignore common files during development.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 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 |