137 lines
1.7 KiB
Plaintext
137 lines
1.7 KiB
Plaintext
# suppress compiler/linker output
|
|
*.[oa]
|
|
*.l[oa]
|
|
*.obj
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
*.dll
|
|
*.exp
|
|
*.pdb
|
|
*.lib
|
|
*.tmp
|
|
[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
|
|
mtest_opponent
|
|
mtest_opponent.exe
|
|
|
|
2kprime
|
|
2kprime.exe
|
|
drprime
|
|
drprime.exe
|
|
mersenne
|
|
mersenne.exe
|
|
mont
|
|
mont.exe
|
|
pprime
|
|
pprime.exe
|
|
|
|
# ignore eclipse project files
|
|
.cproject
|
|
.project
|
|
.settings
|
|
|
|
# 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
|
|
|
|
# Linux perf profiler
|
|
perf.data
|
|
perf.data.old
|
|
|
|
# ignore tommath_amalgam.c generated by make
|
|
tommath_amalgam.c
|
|
|
|
# ignore file generated by make 'tune and friends'
|
|
tuning_list
|
|
etc/tune
|
|
2kprime.1
|
|
drprimes.txt
|
|
|
|
# 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 bibtex/biber
|
|
83aea75e0c59d1de027747003151d53dcb2a51c9.bib
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*.loa
|
|
*.lol
|
|
*.run.xml
|
|
|
|
|
|
# ignore files generated by testme.sh
|
|
gcc_errors_*.txt
|
|
test_*.txt
|
|
|
|
.#*
|
|
*~
|
|
*.bak
|
|
*.orig
|
|
*.asc
|
|
*.tar.xz
|
|
*.zip
|
|
|
|
doc/pics/*.ps
|
|
doc/*.bak*
|
|
|
|
logs/*.png
|
|
logs/*-*.dem
|
|
|
|
callgraph.txt
|
|
|
|
# cmake build directories
|
|
build*/
|
|
|
|
# kdevelop section
|
|
.kdev4/
|
|
*.kdev4
|