diff options
author | Russ Allbery <rra@stanford.edu> | 2009-06-09 16:37:33 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2009-06-09 16:37:33 -0700 |
commit | e32837ee826e4be5e8dfbefc7d87fedc0e5de8cf (patch) | |
tree | ba7378abe98665c87ca113d2a2e31aad7e37b08a /.gitignore | |
parent | 574a9c0456c182831b3d01a4d7ee0c737b91b107 (diff) |
Add a .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d41b1a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +/Makefile.in +/aclocal.m4 +/build-aux/ +/client/wallet +/config.h +/config.h.in +/config.h.in~ +/config.log +/config.status +/configure +/perl/Makefile.PL +/perl/Makefile.old +/perl/blib/ +/perl/pm_to_blib +/perl/t/data/test.keytab +/perl/t/data/test.principal +/perl/t/data/test.realm +/tests/client/basic-t +/tests/client/full-t +/tests/client/pod-t +/tests/client/prompt-t +/tests/data/cmd-wrapper +/tests/data/full.conf +/tests/data/test.keytab +/tests/data/test.password +/tests/data/test.principal +/tests/kasetkey/basic-t +/tests/portable/asprintf-t +/tests/portable/snprintf-t +/tests/portable/strlcat-t +/tests/portable/strlcpy-t +/tests/runtests +/tests/server/admin-t +/tests/server/backend-t +/tests/server/keytab-t +/tests/server/pod-t +/tests/util/concat-t +/tests/util/messages-t +/tests/util/xmalloc +/tests/util/xmalloc-t +/wallet-*.tar.gz +/stamp-h1 +.deps +.dirstamp +.libs/ +Makefile +*.1 +*.8 +*.a +*.o |