diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-02 09:14:52 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-02 09:14:52 +1100 |
commit | 814e2908ec312e1b203b951b8ef31821ee59082b (patch) | |
tree | c88b851077e13ecde78f744b880de6758eaf11af /.hgignore | |
parent | b210497477174302e47cacc3cccd083d1faa0c83 (diff) | |
download | mongo-814e2908ec312e1b203b951b8ef31821ee59082b.tar.gz |
Update .hgignore to make "hg stat" quieter.
--HG--
extra : rebase_source : 6f0a4d1c13714cf2063be5ed468c227a4c737f1c
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.hgignore b/.hgignore index 383d95f8688..a523a281339 100644 --- a/.hgignore +++ b/.hgignore @@ -1,10 +1,15 @@ -\.o$ +~$ +\.l?o$ \.swp$ \.pyc$ \.class$ +\.dSYM$ +/Makefile.in$ +/tags$ +^configure.*$ ^build.*/(\.deps|COPYING|ChangeLog|INSTALL|Makefile.*|NEWS|README) ^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|prototype.chk|w.*\.h) -^build.*/(ex_.*|lib.*|wt_.*|_wiredtiger.so) +^build.*/(ex.*|lib.*|test.*|wt_.*|_wiredtiger.so) ^build_posix/gnu-support/(compile|depcomp|install-sh|ltmain.sh|missing) ^build_posix/autom4te.cache ^docs/(doxygen.log|installdox|search) @@ -12,8 +17,8 @@ ^docs/java ^docs/latex ^docs/python +^docs/swig ^lang/python/(wiredtiger.py|wiredtiger_wrap.c) +^releases ^src/server ^test/bt/(CONFIG|__rand|__wt.bdb|__wt.run|__wt.wt|db|t|vgout\..*) -/tags$ -~$ |