diff options
author | Günther Deschner <gd@samba.org> | 2008-03-12 16:17:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-12 16:17:27 +0100 |
commit | 25eb3e3d122c4446062a49aee404f46890aa203f (patch) | |
tree | 7c17cc9f929dde5d52ed3735441a92352d221ea7 /.gitignore | |
parent | 16f4e059f79373ddfe293b1ba9ab7dd4cb466042 (diff) | |
download | samba-25eb3e3d122c4446062a49aee404f46890aa203f.tar.gz samba-25eb3e3d122c4446062a49aee404f46890aa203f.tar.bz2 samba-25eb3e3d122c4446062a49aee404f46890aa203f.zip |
Ignore some unneeded autogenerated cli_ and srv_ functions.
Guenther
(This used to be commit c8ea359c19f2907683d0cd566ef19f09cc6101bf)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 516fd45fe9..e210315bf0 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,15 @@ examples/libsmbclient/teststat3 examples/libsmbclient/testutime examples/libsmbclient/testwrite examples/libsmbclient/testtruncate +source/librpc/gen_ndr/cli_krb5pac.* +source/librpc/gen_ndr/cli_messaging.* +source/librpc/gen_ndr/cli_misc.* +source/librpc/gen_ndr/cli_notify.* +source/librpc/gen_ndr/cli_security.* +source/librpc/gen_ndr/cli_xattr.* +source/librpc/gen_ndr/srv_krb5pac.* +source/librpc/gen_ndr/srv_messaging.* +source/librpc/gen_ndr/srv_misc.* +source/librpc/gen_ndr/srv_notify.* +source/librpc/gen_ndr/srv_security.* +source/librpc/gen_ndr/srv_xattr.* |