diff options
author | Günther Deschner <gd@samba.org> | 2007-12-21 16:49:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-21 16:49:33 +0100 |
commit | 73634050607d44279f04e14c1e161a6a304c5e47 (patch) | |
tree | 749c58e9dfa012df1a463630aab87932331d70c7 /.gitignore | |
parent | cdb51f3bc31892e80e5a34204b427660edbd7e63 (diff) | |
download | samba-73634050607d44279f04e14c1e161a6a304c5e47.tar.gz samba-73634050607d44279f04e14c1e161a6a304c5e47.tar.bz2 samba-73634050607d44279f04e14c1e161a6a304c5e47.zip |
Gitignore some generated files.
Guenther
(This used to be commit 1e090654320ba3ce94d8114acaf931dbb2557a0c)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd1cba16b0..d3266edbbe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.po *~ source/client/client_proto.h +source/libnet/libnet_proto.h source/include/build_env.h source/include/config.h source/include/config.h.in @@ -9,6 +10,7 @@ source/include/proto.h source/include/stamp-h source/include/version.h source/Makefile +source/lib/netapi/examples/Makefile source/config.log source/config.status source/configure |