2019-05-07 09:50:18 +00:00
|
|
|
# suppress compiler/linker output
|
|
|
|
*.[oa]
|
|
|
|
*.l[oa]
|
|
|
|
*.obj
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
|
|
|
*.lib
|
2019-05-13 09:32:42 +00:00
|
|
|
*.tmp
|
2019-05-07 09:50:18 +00:00
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
|
|
|
/MSVC_*
|
|
|
|
.libs/
|
|
|
|
.coveralls.yml
|
|
|
|
coverage*/
|
|
|
|
coverage.info
|
|
|
|
pre_gen/*
|
|
|
|
|
|
|
|
# suppress output of build process and *nix/windows test executables
|
|
|
|
timing
|
|
|
|
timing.exe
|
|
|
|
test
|
|
|
|
test.exe
|
|
|
|
mtest
|
|
|
|
mtest.exe
|
2019-09-10 14:05:27 +00:00
|
|
|
mtest_opponent
|
|
|
|
mtest_opponent.exe
|
2019-05-07 09:50:18 +00:00
|
|
|
|
|
|
|
# ignore eclipse project files
|
|
|
|
.cproject
|
|
|
|
.project
|
2019-10-25 22:05:41 +00:00
|
|
|
.settings
|
2019-05-07 09:50:18 +00:00
|
|
|
|
|
|
|
# special MS Visual Studio section
|
|
|
|
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
|
|
|
|
*.ncb
|
|
|
|
# ignore user specific settings
|
|
|
|
*.user
|
|
|
|
*.suo
|
|
|
|
*.userosscache
|
|
|
|
*.sln.docstates
|
|
|
|
*.userprefs
|
|
|
|
# cache/options directory
|
|
|
|
.vs/
|
|
|
|
# Backup & report files from converting an old project file to a newer Visual Studio version
|
|
|
|
_UpgradeReport_Files/
|
|
|
|
Backup*/
|
|
|
|
UpgradeLog*.XML
|
|
|
|
UpgradeLog*.htm
|
|
|
|
# Visual Studio 6 build log + workspace options file
|
|
|
|
*.plg
|
|
|
|
*.opt
|
|
|
|
# visual studio profiler
|
|
|
|
*.psess
|
|
|
|
*.vsp
|
|
|
|
*.vspx
|
|
|
|
*.sap
|
|
|
|
|
2019-05-23 09:12:30 +00:00
|
|
|
# Linux perf profiler
|
|
|
|
perf.data
|
|
|
|
perf.data.old
|
|
|
|
|
2019-10-28 15:36:40 +00:00
|
|
|
# ignore tommath_amalgam.c generated by make
|
|
|
|
tommath_amalgam.c
|
2019-05-07 09:50:18 +00:00
|
|
|
|
|
|
|
# ignore file generated by make tune
|
|
|
|
tuning_list
|
2019-05-07 10:35:55 +00:00
|
|
|
etc/tune
|
2019-05-07 09:50:18 +00:00
|
|
|
|
|
|
|
# ignore stuff generated by "make manual" and "make poster"
|
|
|
|
*.aux
|
|
|
|
*.dvi
|
|
|
|
*.idx
|
|
|
|
*.lof
|
|
|
|
*.log
|
|
|
|
*.out
|
|
|
|
*.toc
|
|
|
|
*.ilg
|
|
|
|
*.ind
|
|
|
|
*.pdf
|
|
|
|
*.out
|
|
|
|
tommath.tex
|
|
|
|
libtommath.pc
|
|
|
|
|
|
|
|
# ignore files generated by testme.sh
|
|
|
|
gcc_errors_*.txt
|
|
|
|
test_*.txt
|
|
|
|
|
|
|
|
.#*
|
|
|
|
*~
|
|
|
|
*.bak
|
|
|
|
*.orig
|
|
|
|
*.asc
|
|
|
|
*.tar.xz
|
|
|
|
*.zip
|
2019-05-19 09:50:31 +00:00
|
|
|
|
|
|
|
doc/pics/*.ps
|
2019-10-27 20:19:37 +00:00
|
|
|
doc/*.bak*
|
2019-05-21 15:38:51 +00:00
|
|
|
|
2019-10-28 12:39:08 +00:00
|
|
|
logs/*.png
|
|
|
|
logs/*-*.dem
|
|
|
|
|
2019-05-21 15:38:51 +00:00
|
|
|
callgraph.txt
|