tommath/.gitignore

80 lines
1.2 KiB
Plaintext
Raw Normal View History

2009-10-01 09:49:12 -04:00
# suppress compiler/linker output
*.[oa]
*.l[oa]
2012-11-19 06:03:27 -05:00
*.obj
*.gcda
*.gcno
2015-04-25 08:13:16 -04:00
*.gcov
2012-11-19 06:03:27 -05:00
*.lib
[Dd]ebug/
[Rr]elease/
/MSVC_*
.libs/
2015-04-25 08:13:16 -04:00
.coveralls.yml
coverage*/
coverage.info
2018-04-11 17:12:13 -04:00
pre_gen/*
2010-07-23 05:15:38 -04:00
2012-11-19 06:03:27 -05:00
# suppress output of build process and *nix/windows test executables
2018-02-02 04:09:08 -05:00
timing
timing.exe
2012-11-19 06:03:27 -05:00
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)
2010-07-23 05:15:38 -04:00
*.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
2014-09-01 20:14:38 -04:00
*.out
tommath.tex
2017-05-09 08:25:11 -04:00
libtommath.pc
2014-12-11 08:59:35 -05:00
# ignore files generated by testme.sh
2017-04-10 10:30:40 -04:00
gcc_errors_*.txt
2014-12-11 08:59:35 -05:00
test_*.txt
2016-01-09 04:22:11 -05:00
*.bak
*.orig
2017-08-28 10:58:26 -04:00
*.asc
*.tar.xz
*.zip