diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-04 23:05:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-04 23:05:48 +0200 |
commit | e83fbdf5985f10925ca28c3858926bdfef64d4ba (patch) | |
tree | 069b205d07a6448dd68b32aa5428a895aba50a48 /.gitignore | |
parent | 7c16514eb9f36ee00e1846e6ae9f99fec06e5630 (diff) | |
download | samba-e83fbdf5985f10925ca28c3858926bdfef64d4ba.tar.gz samba-e83fbdf5985f10925ca28c3858926bdfef64d4ba.tar.bz2 samba-e83fbdf5985f10925ca28c3858926bdfef64d4ba.zip |
Ignore unused pidl-generated files.
(This used to be commit 7eb6bfca40d9ecc225e40661093697edd07699e6)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index edb1b3d6d8..123e92531a 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,13 @@ source/librpc/gen_ndr/srv_misc.* source/librpc/gen_ndr/srv_notify.* source/librpc/gen_ndr/srv_security.* source/librpc/gen_ndr/srv_xattr.* +source/librpc/gen_ndr/cli_libnetapi.c +source/librpc/gen_ndr/cli_libnetapi.h +source/librpc/gen_ndr/cli_nbt.c +source/librpc/gen_ndr/cli_nbt.h +source/librpc/gen_ndr/srv_drsuapi.c +source/librpc/gen_ndr/srv_drsuapi.h +source/librpc/gen_ndr/srv_libnetapi.c +source/librpc/gen_ndr/srv_libnetapi.h +source/librpc/gen_ndr/srv_nbt.c +source/librpc/gen_ndr/srv_nbt.h |