libtommath/.gitignore

60 lines
823 B
Plaintext
Raw Normal View History

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