diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-13 22:58:26 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-13 15:40:16 +0200 |
commit | e287a72e657988c87166b0b468836d94b073b14e (patch) | |
tree | 5eadadf1f789a1a1f6e8b317962f5a857540775f | |
parent | 4e1d9a620b0ebbe9bca89de84f553f580295fc33 (diff) | |
download | samba-e287a72e657988c87166b0b468836d94b073b14e.tar.gz |
add lib/param files to .gitignore
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Oct 13 15:40:16 CEST 2011 on sn-devel-104
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 309dfad7a84..d6d3e818d1e 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,10 @@ source3/smbd/build_options.c source3/param/param_global.h source3/param/param_local.h source3/setup +lib/param/param_global.h +lib/param/param_local.h +lib/param/param_proto.h +lib/param/s3_param.h pidl/blib pidl/cover_db pidl/Makefile |