From 34d060b81762f7a78c2e4fd13904730abb7a11b0 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sat, 18 Oct 2014 09:14:48 +0400 Subject: [PATCH] More organized .gitignore --- .gitignore | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index f6ed430..92cd213 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,27 @@ -sqlite3.plt +# backups and VCS .svn */.svn -*.db -*.swp *~ -erl_crash.dump -*.o -.eunit +*.swp *.orig -ebin -priv +# build outputs +.rebar/ +rebar.cross_compile.config +config.tmp +*.pdb +*.beam +ebin/ +priv/ +.eunit/ +doc/ +sqlite3.plt TEST*.xml +*.db *.exp *.lib *.obj *.dll -rebar.cross_compile.config -config.tmp -*.beam +*.o *.so -doc -*.pdb \ No newline at end of file +# crash dump +erl_crash.dump