mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
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:
parent
2f1d527ef1
commit
f29ab61693
2 changed files with 8 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
*.beam
|
||||||
|
rebar
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
.*.swp
|
||||||
|
rt.work
|
||||||
|
.hgignore
|
|
@ -4,3 +4,4 @@
|
||||||
\.orig
|
\.orig
|
||||||
\.swp
|
\.swp
|
||||||
rt.work/*
|
rt.work/*
|
||||||
|
^.gitignore$
|
||||||
|
|
Loading…
Reference in a new issue