summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 56d81888667acdef926e26e1142c5927ae71f06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*.o
*.so
*.Tpo
*.beam
*~
*.orig
*.rej
erl_crash.dump

# building
apps/*/ebin/
rel/dbcore
rel/bigcouch.config
rel/overlay.config
install.mk

# scons building
couchjs/.sconf_temp/
couchjs/.sconsign.dblite
couchjs/build/
couchjs/config.log
*.pyc

# testing
.eunit
@abs_top_builddir@/
apps/couch/test/temp*

# dev
rel/dev*
rel/tmpdata
/.project