summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 7c31e2c45efc5e89372cf4066c6bf867cc5c239f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\.o$
\.swp$
\.pyc$
\.class$
^build.*/(\.deps|COPYING|ChangeLog|INSTALL|Makefile.*|NEWS|README)
^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|prototype.chk|w.*\.h)
^build.*/(ex_.*|lib.*|wt_.*)
^build.*/(_wiredtiger.so|wiredtiger.py|wiredtiger_wrap.c)
^build_posix/gnu-support/(depcomp|install-sh|missing)
^build_posix/autom4te.cache
^docs/(doxygen.log|installdox|search)
^docs/[^/]*\.(css|html|js|png)$
^docs/java
^docs/latex
^docs/python
^src/server
^test/bt/(CONFIG|__rand|__wt.bdb|__wt.run|__wt.wt|db|t|vgout\..*)
/tags$
~$