diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 01:42:29 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 15:19:24 +0100 |
commit | 604a0af3a7694deaea880f3ee4d4482803474970 (patch) | |
tree | a85ce48dd2c773696f44dc6499f31fc7b049c677 /.gitignore | |
parent | fee4ba14c04e25f459723d87114cd9779f9c2f11 (diff) | |
download | samba-604a0af3a7694deaea880f3ee4d4482803474970.tar.gz samba-604a0af3a7694deaea880f3ee4d4482803474970.tar.xz samba-604a0af3a7694deaea880f3ee4d4482803474970.zip |
Avoid autogenerating the Makefile but rather include a data.mk file
that is autogenerated.
(This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 948ba831e56..e51be509edf 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ autom4te.cache *.hd *.ho *.pyc -Makefile configure source/bin/* config.log @@ -196,3 +195,5 @@ source/libcli/ldap/ldap_ndr.h source/libcli/resolve/lp_proto.h source/apidocs *.swp +source/mkconfig.mk +source/data.mk |