summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Doane <jaydoane@apache.org>2022-03-26 15:44:21 -0700
committerJay Doane <jay.s.doane@gmail.com>2022-03-27 17:46:37 -0700
commit5f4713448533004046eeb80fddc122bb7214beac (patch)
tree5c5e33747bbf7dcc1a4a307fc9836bdb85e97e04
parent81d0e1682c55e9abab09751fbf611afe413d0699 (diff)
downloadcouchdb-5f4713448533004046eeb80fddc122bb7214beac.tar.gz
Simplify adding rebar.config per application
It's difficult to add rebar.config files per application when that file name is ignored by git. Also, ken and smoosh are now core CouchDB applications, so it's no longer necessary to git ignore them.
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index fe3e5acaa..40787c8ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,7 +32,6 @@ ebin/
erl_crash.dump
erln8.config
install.mk
-rebar.config
rel/*.config
rel/couchdb
rel/dev*
@@ -63,7 +62,6 @@ src/ibrowse/
src/idna/
src/ioq/
src/jiffy/
-src/ken/
src/khash/
src/meck/
src/metrics/
@@ -74,7 +72,6 @@ src/parse_trans/
src/proper/
src/rebar/
src/recon/
-src/smoosh/
src/snappy/
src/ssl_verify_fun/
src/triq/