From fdc5c87c65d5c8f801b4307762f0ac53e20daddb Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Oct 12 2021 07:07:31 +0000 Subject: Add .gitignore to project Signed-off-by: Christian Heimes --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a736fb7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,123 @@ +# Autotools files - generated by autoreconf -i +/m4 + +# gettext infrastructure +/ABOUT-NLS +/po/*.gmo +/po/*~ +/po/Makefile.hack +/po/Makefile.in.in +/po/Makevars.template +/po/POTFILES +/po/POTFILES.in +/po/remove-potcdate.sed +/po/Rules-quot +/po/stamp-po +/po/*.header +/po/*.sin +/po/*.sed + +# In-tree build files +configure +config.h +config.h.in +Makefile +Makefile.in +.deps/ +.libs/ +*.la +*.a +*.lo +*.log +*.o +*.trs +*~ +version.m4 +aclocal.m4 +autom4te.cache/ +config.guess +config.log +config.rpath +config.status +config.sub +depcomp +install-sh +ltmain.sh +missing +stamp-h1 +libtool +build/ +compile +test-driver + +# output +/dbus/certmonger.conf +/dbus/certmonger.service +/src/certmonger +/src/certmonger-session +/src/certmonger.conf +/src/dogtag-ipa-renew-agent-submit +/src/dogtag-submit +/src/getcert +/src/introspect.sh +/src/ipa-getcert +/src/ipa-submit +/src/local-getcert +/src/local-submit +/src/nl-check +/src/scep-submit +/src/selfsign-getcert +/src/serial-check +/src/submit-d +/src/submit-h +/src/tdbusm-check +/src/toklist +/systemd/certmonger.conf +/systemd/certmonger.service +/systemd/org.fedorahosted.certmonger.service +/sysvinit/certmonger + +# man pages +/src/*.1 +/src/*.5 +/src/*.8 + +# tests +actual.err +actual.out +/tests/tools/addcinfo +/tests/tools/base2pem +/tests/tools/base64 +/tests/tools/cadata +/tests/tools/canon +/tests/tools/casave +/tests/tools/certread +/tests/tools/certsave +/tests/tools/checksig +/tests/tools/citerate +/tests/tools/csrgen +/tests/tools/dates +/tests/tools/dparse +/tests/tools/fromfile +/tests/tools/hooks +/tests/tools/iterate +/tests/tools/json +/tests/tools/json-utf8 +/tests/tools/keygen +/tests/tools/keyiread +/tests/tools/libexecdir +/tests/tools/listnicks +/tests/tools/ls +/tests/tools/name2oid +/tests/tools/oid2name +/tests/tools/payload +/tests/tools/pem2base +/tests/tools/pk7decrypt +/tests/tools/pk7env +/tests/tools/pk7parse +/tests/tools/pk7verify +/tests/tools/prefs +/tests/tools/printenv +/tests/tools/scepgen +/tests/tools/srv +/tests/tools/submit