Mercurial > hg > Members > anatofuz > MoarVM
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2cf249471370 |
---|---|
1 # suppress compiler/linker output | |
2 *.[oa] | |
3 *.l[oa] | |
4 *.obj | |
5 *.gcda | |
6 *.gcno | |
7 *.gcov | |
8 *.lib | |
9 Debug/ | |
10 Release/ | |
11 .libs/ | |
12 .coveralls.yml | |
13 coverage*/ | |
14 coverage.info | |
15 | |
16 # suppress output of build process and *nix/windows test executables | |
17 ltmtest | |
18 ltmtest.exe | |
19 test | |
20 test.exe | |
21 mtest | |
22 mtest.exe | |
23 | |
24 # ignore eclipse project files | |
25 .cproject | |
26 .project | |
27 | |
28 # special MS Visual Studio section | |
29 # ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) | |
30 *.ncb | |
31 # ignore user specific settings | |
32 *.user | |
33 *.suo | |
34 | |
35 # ignore stuff generated by "make manual" and "make poster" | |
36 *.aux | |
37 *.dvi | |
38 *.idx | |
39 *.lof | |
40 *.log | |
41 *.out | |
42 *.toc | |
43 *.ilg | |
44 *.ind | |
45 *.pdf | |
46 *.out | |
47 tommath.tex | |
48 | |
49 # ignore files generated by testme.sh | |
50 test_*.txt | |
51 | |
52 *.bak | |
53 *.orig |