diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-01-29 11:46:09 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-01-29 11:46:09 +1100 |
commit | 8d7c9ee47b726f19bb5e18831ab760d0dfae6ea8 (patch) | |
tree | f1a0fa10757633aebfb16488ec2b1ff800cdf7c3 /ctdb/.gitignore | |
parent | 377734662901223c24068635c0e9d94b18f4c919 (diff) | |
download | samba-8d7c9ee47b726f19bb5e18831ab760d0dfae6ea8.tar.gz |
added an ignore file
(This used to be ctdb commit 33521ed8300ebf32fb3d9c041d8217e3b8744b73)
Diffstat (limited to 'ctdb/.gitignore')
-rw-r--r-- | ctdb/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ctdb/.gitignore b/ctdb/.gitignore new file mode 100644 index 00000000000..42818f58c91 --- /dev/null +++ b/ctdb/.gitignore @@ -0,0 +1,17 @@ +*.[oa] +*~ +config.status +configure +publish*.sh +push*.sh +web/packages +TAGS +bin +Makefile +config.h +config.h.in +config.log +utils/smnotify/gen_smnotify.c +utils/smnotify/gen_xdr.c +utils/smnotify/smnotify.h + |