From f36dcda83d0bbfd6b03410e566680384b54dae43 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Fri, 31 May 2024 21:46:14 +0200 Subject: [PATCH] Update .gitignore including the defintions from svn ignore properties --- .gitignore | 113 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 86 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 6f6278e4e..e18ad0547 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,89 @@ -*~ +# Exclude generated translations +/po/en@boldquot.po +/po/en@quot.po +/po/*.gmo +/po/POTFILES + +# Exclude autoconf/automake parts +/aclocal.m4 +/aminclude_static.am +/conf*.dir +/conf*.file +/confdefs.h +/conftest* +/config.* +/configure +/libtool +/stamp-h1 +/tarstamp.h +/build_aux/ar-lib + +Makefile.in +Makefile +.* + +# generated releases +/*.7z +/*.bz2 +/*.gz +/*.lz +/*.sig +/*.xz +/*.zip +/*mingw* +/*dist* +/gnucobol-* + +# several temporary/tool generated files *.la -.libs *.lo *.o *.so +*.obj +*.dll +*.lib +*.exe -.deps -Makefile.in +*cache* +*-coverage +*.bak +*.gcda +*.gcno +*.diff +*.patch +*.tmp +*~ +* - * +_* +cscope.* +TAGS -/aclocal.m4 -/aminclude_static.am -/autom4te.cache +/build_windows/ia64 +/build_windows/Win32 +/build_windows/x64 +/build_windows/config.h +ipch +*.db +.vs +*.aps +*.bak +*.ncb +*.*sdf +*.suo +*.user + +/build +/build.* +/build-* +/compile_commands.json + +# generated files /bin/cob-config /bin/cob-config.1 /bin/cobcrun /bin/cobcrun.1 /bin/cobfile /bin/gcdiff -/build /cobc/cobc /cobc/cobc.1 /cobc/parser.c @@ -27,11 +93,7 @@ Makefile.in /cobc/ppparse.c /cobc/ppparse.h /cobc/scanner.c -/config.h -/config.h.in -/config.log -/config.status -/configure + /doc/cbchelp.tex /doc/cbconf.tex /doc/cbexceptions.tex @@ -44,27 +106,25 @@ Makefile.in /doc/gnucobol.info /doc/stamp-vti /doc/version.texi -/libtool -/Makefile -/po/en@boldquot.po -/po/en@quot.po -/po/*.gmo -/po/POTFILES + /pre-inst-env -/stamp-h1 -/tarstamp.h /tests/atconfig /tests/atlocal /tests/cobol85/copy/ /tests/cobol85/copyalt/ /tests/cobol85/DB/ +/tests/cobol85/DBNOIX/ /tests/cobol85/EXEC85 -/tests/cobol85/EXEC85.cob +/tests/cobol85/EXEC85.c.* +/tests/cobol85/EXEC85.i +/tests/cobol85/EXEC85.lst +/tests/cobol85/EXEC85.o* +/tests/cobol85/EXEC85.exe /tests/cobol85/IC/ /tests/cobol85/IF/ /tests/cobol85/IX/ /tests/cobol85/NC/ -/tests/cobol85/newcob.val +/tests/cobol85/newcob.val* /tests/cobol85/OB/ /tests/cobol85/RL/ /tests/cobol85/RW/ @@ -72,11 +132,10 @@ Makefile.in /tests/cobol85/SM/ /tests/cobol85/SQ/ /tests/cobol85/ST/ -/tests/cobol85/summary.log +/tests/cobol85/*.log /tests/package.m4 /tests/run_prog_manual.sh /tests/testsuite -/tests/testsuite.dir/ -/tests/testsuite.log /tests/testsuite_manual -/build_aux/ar-lib +/tests/testsuite*.dir/ +/tests/testsuite*.log