diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-15 12:34:28 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-15 11:10:14 +0200 |
commit | 9afd4be688429d7bb344087cb3eda876f18e19f9 (patch) | |
tree | 3f3fd51295686364dbfba5f99c94f2daa1f78548 /.gitignore | |
parent | 8e31d97c8b62d34aff5d52bfe46dbcc5805dae03 (diff) | |
download | samba-9afd4be688429d7bb344087cb3eda876f18e19f9.tar.gz |
s3-build: Do not write loadparm generated files into the build tree
We need to keep these files away from where waf might see them.
Andrew Bartlett
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Jun 15 11:10:14 CEST 2012 on sn-devel-104
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index b18a6d10131..7f2c5909f63 100644 --- a/.gitignore +++ b/.gitignore @@ -90,13 +90,13 @@ source3/script/installbin.sh source3/script/uninstallbin.sh source3/smbadduser source3/smbd/build_options.c -source3/param/param_global.h -source3/param/param_local.h +source3/autoconf/source3/param/param_global.h +source3/autoconf/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 +source3/autoconf/lib/param/param_global.h +source3/autoconf/lib/param/param_local.h +source3/autoconf/lib/param/param_proto.h +source3/autoconf/lib/param/s3_param.h pidl/blib pidl/cover_db pidl/Makefile |