summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Avdey <eiri@eiri.ca>2017-05-11 13:58:13 -0300
committerEric Avdey <eiri@eiri.ca>2017-05-11 13:58:13 -0300
commitd624c41508d77dd5432ffbf4e900899a7cea031c (patch)
treedb839b8132e75e7e34529accebefadb9ee12e1bb
parent3691c2edbc6603963b1b5ad1bf97dfb69886c4a6 (diff)
downloadcouchdb-d624c41508d77dd5432ffbf4e900899a7cea031c.tar.gz
Ignore .eunit and .rebar for all deps
This update makes git to ignore .eunit and .rebar subdirs for all dependencies instead of specifying them in .gitignore file individually.
-rw-r--r--.gitignore19
1 files changed, 2 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index e3601f7c7..480904fd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,8 @@
*.snap
*.so
.DS_Store
-.rebar
+.rebar/
+.eunit/
log
apache-couchdb-*/
bin/
@@ -61,31 +62,20 @@ src/couch/priv/*.lib
src/couch/priv/*.dll
src/couch/priv/*.exe
src/couch/vc120.pdb
-src/couch/.rebar/
-src/couch/.eunit
-src/couch_epi/.rebar
src/couch_epi/ebin
src/couch_epi/erl_crash.dump
-src/couch_epi/.eunit
src/couch_event/deps/
src/couch_event/ebin/
src/couch_index/ebin
-src/couch_index/.eunit
-src/couch_index/.rebar
src/couch_log/ebin
-src/couch_log/.eunit
-src/couch_log/.rebar
-src/couch_peruser/.eunit
src/couch_peruser/doc
src/couch_peruser/ebin
src/couch_peruser/deps
-src/couch_peruser/.rebar
src/couch_peruser/couchperuser-*
src/couch_peruser/erl_crash.dump
src/couch_peruser/TEST-*.xml
src/couch_peruser/*.beam
src/couch_replicator/*.beam
-src/couch_replicator/.eunit
src/couch_replicator/ebin/replicator.app
src/couch_replicator/.DS_Store
src/couch_stats/*~
@@ -97,12 +87,7 @@ src/couch_stats/.project
src/couch_tests/*.o
src/couch_tests/*.so
src/couch_tests/ebin/
-src/couch_tests/.rebar/
-src/couch_tests/.eunit
-src/global_changes/.eunit/
src/global_changes/ebin/
-src/mango/.rebar/
src/mango/ebin/
src/mango/test/*.pyc
src/mango/venv/
-src/mango/.eunit