More organized .gitignore
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,23 +1,27 @@
|
|||||||
sqlite3.plt
|
# backups and VCS
|
||||||
.svn
|
.svn
|
||||||
*/.svn
|
*/.svn
|
||||||
*.db
|
|
||||||
*.swp
|
|
||||||
*~
|
*~
|
||||||
erl_crash.dump
|
*.swp
|
||||||
*.o
|
|
||||||
.eunit
|
|
||||||
*.orig
|
*.orig
|
||||||
ebin
|
# build outputs
|
||||||
priv
|
.rebar/
|
||||||
|
rebar.cross_compile.config
|
||||||
|
config.tmp
|
||||||
|
*.pdb
|
||||||
|
*.beam
|
||||||
|
ebin/
|
||||||
|
priv/
|
||||||
|
.eunit/
|
||||||
|
doc/
|
||||||
|
sqlite3.plt
|
||||||
TEST*.xml
|
TEST*.xml
|
||||||
|
*.db
|
||||||
*.exp
|
*.exp
|
||||||
*.lib
|
*.lib
|
||||||
*.obj
|
*.obj
|
||||||
*.dll
|
*.dll
|
||||||
rebar.cross_compile.config
|
*.o
|
||||||
config.tmp
|
|
||||||
*.beam
|
|
||||||
*.so
|
*.so
|
||||||
doc
|
# crash dump
|
||||||
*.pdb
|
erl_crash.dump
|
||||||
|
|||||||
Reference in New Issue
Block a user