diff options
author | Andreas Schneider <asn@samba.org> | 2015-11-23 11:44:26 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-04-29 23:31:11 +0200 |
commit | fecbc81c600bb5d6796a06e3f2d98229e748b387 (patch) | |
tree | 4a9087914c083b124df1ee32fdb21190c0ab0689 /.gitignore | |
parent | 41f03493ec6377bd7b6430c36d7b5d01b924e48b (diff) | |
download | samba-fecbc81c600bb5d6796a06e3f2d98229e748b387.tar.gz |
waf: Create kerberos_implementation.py for provisioning
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1a43d43b3b3..f8d4eab2a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,6 @@ semantic.cache /.emacs.desktop* /.gdb_history .clang-format + +# generated by configure +python/samba/provision/kerberos_implementation.py |