libtommath/.gitignore
2019-10-28 16:36:40 +01:00

104 lines
1.4 KiB
Plaintext

# suppress compiler/linker output
*.[oa]
*.l[oa]
*.obj
*.gcda
*.gcno
*.gcov
*.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
# 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
tuning_list
etc/tune
# 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
doc/pics/*.ps
doc/*.bak*
logs/*.png
logs/*-*.dem
callgraph.txt