-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
including the defintions from svn ignore properties
- Loading branch information
Showing
1 changed file
with
86 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,89 @@ | ||
*~ | ||
# Exclude generated translations | ||
/po/[email protected] | ||
/po/[email protected] | ||
/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,39 +106,36 @@ Makefile.in | |
/doc/gnucobol.info | ||
/doc/stamp-vti | ||
/doc/version.texi | ||
/libtool | ||
/Makefile | ||
/po/[email protected] | ||
/po/[email protected] | ||
/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/ | ||
/tests/cobol85/SG/ | ||
/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 |