Bump actions/upload-artifacts version
[libtommath.git] / .gitignore
blob51f3eee22de722ab239e90c859ae00b7f5ad6842
1 # suppress compiler/linker output
2 *.[oa]
3 *.l[oa]
4 *.obj
5 *.gcda
6 *.gcno
7 *.gcov
8 *.dll
9 *.exp
10 *.pdb
11 *.lib
12 *.tmp
13 [Dd]ebug/
14 [Rr]elease/
15 /MSVC_*
16 .libs/
17 .coveralls.yml
18 coverage*/
19 coverage.info
20 pre_gen/*
22 # suppress output of build process and *nix/windows test executables
23 timing
24 timing.exe
25 test
26 test.exe
27 mtest
28 mtest.exe
29 mtest_opponent
30 mtest_opponent.exe
32 2kprime
33 2kprime.exe
34 drprime
35 drprime.exe
36 mersenne
37 mersenne.exe
38 mont
39 mont.exe
40 pprime
41 pprime.exe
43 # ignore eclipse project files
44 .cproject
45 .project
46 .settings
48 # special MS Visual Studio section
49 # ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
50 *.ncb
51 # ignore user specific settings
52 *.user
53 *.suo
54 *.userosscache
55 *.sln.docstates
56 *.userprefs
57 # cache/options directory
58 .vs/
59 # Backup & report files from converting an old project file to a newer Visual Studio version
60 _UpgradeReport_Files/
61 Backup*/
62 UpgradeLog*.XML
63 UpgradeLog*.htm
64 # Visual Studio 6 build log + workspace options file
65 *.plg
66 *.opt
67 # visual studio profiler
68 *.psess
69 *.vsp
70 *.vspx
71 *.sap
73 # Linux perf profiler
74 perf.data
75 perf.data.old
77 # ignore tommath_amalgam.c generated by make
78 tommath_amalgam.c
80 # ignore file generated by make 'tune and friends'
81 tuning_list
82 etc/tune
83 2kprime.1
84 drprimes.txt
86 # ignore stuff generated by "make manual" and "make poster"
87 *.aux
88 *.dvi
89 *.idx
90 *.lof
91 *.log
92 *.out
93 *.toc
94 *.ilg
95 *.ind
96 *.pdf
97 *.out
98 tommath.tex
99 libtommath.pc
101 # ignore files generated by bibtex/biber
102 83aea75e0c59d1de027747003151d53dcb2a51c9.bib
103 *.bbl
104 *.bcf
105 *.blg
106 *.loa
107 *.lol
108 *.run.xml
111 # ignore files generated by testme.sh
112 gcc_errors_*.txt
113 test_*.txt
117 *.bak
118 *.orig
119 *.asc
120 *.tar.xz
121 *.zip
123 doc/pics/*.ps
124 doc/*.bak*
126 logs/*.png
127 logs/*-*.dem
129 callgraph.txt
131 # cmake build directories
132 build*/
134 # kdevelop section
135 .kdev4/
136 *.kdev4