2009-10-01 09:49:12 -04:00
|
|
|
# suppress compiler/linker output
|
|
|
|
*.[oa]
|
2014-09-28 07:12:10 -04:00
|
|
|
*.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
|
2018-12-02 08:47:16 -05:00
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
|
|
|
/MSVC_*
|
2014-09-28 07:12:10 -04:00
|
|
|
.libs/
|
2015-04-25 08:13:16 -04:00
|
|
|
.coveralls.yml
|
2015-12-25 13:47:49 -05:00
|
|
|
coverage*/
|
2015-04-26 09:22:49 -04:00
|
|
|
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
|
|
|
|
|
2010-07-23 09:20:25 -04:00
|
|
|
# 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
|
2010-07-23 09:20:25 -04:00
|
|
|
# ignore user specific settings
|
|
|
|
*.user
|
|
|
|
*.suo
|
2018-12-03 06:00:09 -05:00
|
|
|
*.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
|
|
|
|
|
2010-07-23 09:08:56 -04:00
|
|
|
|
|
|
|
# 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
|