libtommath/.gitignore

44 lines
636 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
*.lib
2010-07-23 09:15:38 +00:00
Debug/
Release/
.libs/
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
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 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