tommath/.gitignore

59 lines
814 B
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
2010-07-23 05:15:38 -04:00
Debug/
Release/
.libs/
2015-04-25 08:13:16 -04:00
.coveralls.yml
coverage*/
coverage.info
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
ltmtest
ltmtest.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)
2010-07-23 05:15:38 -04:00
*.ncb
# ignore user specific settings
*.user
*.suo
# 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