diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-01 22:24:22 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-04 19:51:35 +0200 |
| commit | a809bc0f49ee4c6e777f39d1f80ee57862a0fcab (patch) | |
| tree | 5187dbd9b83205aac62d1f48252025b6e2d158a9 /.gitignore | |
Initial import of the code into gitv0.1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a30185 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +/build-aux/ +/ABOUT-NLS +**/*~ +**/Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +configure +gnu +m4 +.tarball-version +stamp-h1 +**/*.o +**/.deps +config.log +config.status +**/Makefile +src/aplwc-repl +aplwc-*.tar.gz +/libtool +/po/POTFILES +/po/en@boldquot.insert-header +/po/en@boldquot.po +/po/en@quot.insert-header +/po/en@quot.po +/po/remove-potcdate.sed +/po/aplwc.pot +/po/*.gmo +/po/stamp-po +/doc/aplwc.dvi +/doc/aplwc.t2d/ +**/.libs/* +/lib/aplwc.pc +/lib/*.lo +/lib/libaplwc.la +/testsuite.dir +/testsuite.log +/tests/atconfig +/tests/atlocal +/tests/package.m4 +/tests/testsuite +/tests/testsuite.log +/guix.scm +/src/aplwc +/src/aplwc.1 |