diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2019-06-05 13:04:56 -0500 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-03-02 11:20:26 -0600 |
commit | fff07ba136cfa7433647e974355068b43e63199c (patch) | |
tree | 858b97d51bb5f4154f4b5a3d190841306751ad8c /.gitignore | |
parent | 93d52635f2410e264d1a75c0b4d290f491fb492d (diff) | |
download | couchdb-fff07ba136cfa7433647e974355068b43e63199c.tar.gz |
Update build system for FoundationDB
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 60e6d145a..d1c106821 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ .DS_Store .vscode .rebar/ +.erlfdb/ .eunit/ cover/ log @@ -45,6 +46,7 @@ src/couch/priv/couch_js/**/*.d src/couch/priv/icu_driver/couch_icu_driver.d src/mango/src/mango_cursor_text.nocompile src/docs/ +src/erlfdb/ src/ets_lru/ src/excoveralls/ src/fauxton/ @@ -55,6 +57,7 @@ src/hyper/ src/ibrowse/ src/idna/ src/ioq/ +src/hqueue/ src/jiffy/ src/ken/ src/khash/ |