diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-21 17:45:56 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-21 17:45:56 -0800 |
commit | ae14bea1375dd5923d4a73e167b27bee13feb7b7 (patch) | |
tree | c1222395732cf8ce2cca32f013f080d19736f474 /.gitignore | |
parent | 57aba51dc26ebf0bdd034f6cb418a9ea5f1fc0be (diff) | |
parent | 60210334fa3dbd5dd168199063c6ee850d750d0c (diff) |
Merge commit 'upstream/0.10' into debian
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10cfbf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +/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 +/perl/t/data/test.krbtype +/tests/client/basic-t +/tests/client/full-t +/tests/client/prompt-t +/tests/data/.placeholder +/tests/data/test.keytab +/tests/data/test.password +/tests/data/test.principal +/tests/data/test.krbtype +/tests/portable/asprintf-t +/tests/portable/mkstemp-t +/tests/portable/setenv-t +/tests/portable/snprintf-t +/tests/portable/strlcat-t +/tests/portable/strlcpy-t +/tests/runtests +/tests/util/concat-t +/tests/util/messages-krb5-t +/tests/util/messages-t +/tests/util/xmalloc +/wallet-*.tar.gz +/stamp-h1 +.deps +.dirstamp +.libs/ +Makefile +*.1 +*.8 +*.a +*.o |