This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5f4713448533004046eeb80fddc122bb7214beac Author: Jay Doane <[email protected]> AuthorDate: Sat Mar 26 15:44:21 2022 -0700 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. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe3e5ac..40787c8 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/
