diff options
author | Andreas Schneider <asn@samba.org> | 2011-02-07 18:06:04 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-02-08 09:54:06 +0100 |
commit | 12913c90f7789109c328a6e5e6bdd6002c096b12 (patch) | |
tree | 0a3520ee0cfdddda91b4942a8dc7ee0125c5d8e2 /.gitignore | |
parent | be5edba117d3af9c9289bc5d37e7e037cb0a05f1 (diff) | |
download | samba-12913c90f7789109c328a6e5e6bdd6002c096b12.tar.gz |
s3: Added missing files in .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 51a1247006e..a8eacd562f4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ st/ *.swp tags TAGS -cscope.out +cscope*.out *.x autom4te.cache config.cache @@ -17,6 +17,8 @@ config.h config.h.in config.log config.status +source3/.build.log +source3/.clang_complete source3/configure source3/Makefile examples/libsmbclient/Makefile.internal |