diff options
author | Andrew Kroeger <andrew@id10ts.net> | 2009-09-06 22:25:53 -0500 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-07 12:29:34 +0200 |
commit | 7837768c134a9bb67d6cf53eb95c77feaf826026 (patch) | |
tree | ad55de49da5b6ffc1bba2dcbef899b6f7cb80d33 /.gitignore | |
parent | fdd62e9699b181a140292689fcd88a559bc26211 (diff) | |
download | samba-7837768c134a9bb67d6cf53eb95c77feaf826026.tar.gz |
gitignore: Ignore additional auto-generated files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8d671d86b44..8425302f0b2 100644 --- a/.gitignore +++ b/.gitignore @@ -356,6 +356,10 @@ librpc/gen_ndr/*_c.h librpc/gen_ndr/*_s.c librpc/gen_ndr/cli_named_pipe_auth.[ch] librpc/gen_ndr/srv_named_pipe_auth.[ch] +librpc/gen_ndr/cli_ntlmssp.[ch] +librpc/gen_ndr/cli_schannel.[ch] +librpc/gen_ndr/srv_ntlmssp.[ch] +librpc/gen_ndr/srv_schannel.[ch] lib/tevent/Makefile lib/tevent/tevent.so lib/tevent/libtevent.so* |