diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-02-12 14:38:37 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-12 16:14:49 +0100 |
commit | 8de129df100b3dce7490c2aa730a737d6c5ec4c8 (patch) | |
tree | 2e11de6c64caa22857a71dca57ca9585bcdb97e8 | |
parent | 567f05e571278c4674dbf3c9aba8c69a11921873 (diff) | |
download | samba-8de129df100b3dce7490c2aa730a737d6c5ec4c8.tar.gz samba-8de129df100b3dce7490c2aa730a737d6c5ec4c8.tar.xz samba-8de129df100b3dce7490c2aa730a737d6c5ec4c8.zip |
gitignore: Ignore waf cache files.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Feb 12 16:14:49 CET 2012 on sn-devel-104
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e21ea90d7da..09a5ee4e605 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,5 @@ docs-xml/Samba3-HOWTO/images/pdftoepsonusb.png docs-xml/Samba3-HOWTO/images/pdftosocket.png docs-xml/Samba3-HOWTO/images/trusts1.png .testrepository +bin/.confcache/*/* +bin/.conf_check_*/* |