tommath/.gitignore

81 lines
1.1 KiB
Plaintext

# suppress compiler/linker output
*.[oa]
*.l[oa]
*.obj
*.gcda
*.gcno
*.gcov
*.lib
[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
# ignore eclipse project files
.cproject
.project
# 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
# 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
.build_*.txt