diff 3rdparty/libtommath/.gitignore @ 0:2cf249471370

convert mercurial for git
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 08 May 2018 16:09:12 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/libtommath/.gitignore	Tue May 08 16:09:12 2018 +0900
@@ -0,0 +1,53 @@
+# suppress compiler/linker output
+*.[oa]
+*.l[oa]
+*.obj
+*.gcda
+*.gcno
+*.gcov
+*.lib
+Debug/
+Release/
+.libs/
+.coveralls.yml
+coverage*/
+coverage.info
+
+# 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)
+*.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
+*.out
+tommath.tex
+
+# ignore files generated by testme.sh
+test_*.txt
+
+*.bak
+*.orig