mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Add .gitignore to the source tree
Ignore common files during development.
This commit is contained in:
parent
2f1d527ef1
commit
01965683aa
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
|
||||
\.swp
|
||||
rt.work/*
|
||||
^.gitignore$
|
||||
|
|
Loading…
Reference in a new issue