diff options
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 |