Add more to a warning
[gh-bc.git] / .gitignore
blobb3972acf5adaf8375e9b5143c26b00062e4ef98e
1 *.config
2 *.creator
3 *.files
4 *.includes
5 *.creator.user*
6 *.cflags
7 *.cxxflags
8 bin/*bc
9 bin/*bc.exe
10 bin/*dc
11 bin/*dc.exe
12 bin/bc_fuzzer_c
13 bin/bc_fuzzer_C
14 bin/dc_fuzzer_c
15 bin/dc_fuzzer_C
16 bin/bcl
17 bc_fuzzer_c
18 bc_fuzzer_C
19 dc_fuzzer_c
20 dc_fuzzer_C
21 bc.old
22 *.o
23 *.a
24 .log_*.txt
25 .test.txt
26 .math.txt
27 .results.txt
28 .ops.txt
29 manuals/bc.1
30 manuals/bc.1.ronn
31 manuals/bc.1.md
32 manuals/dc.1
33 manuals/dc.1.ronn
34 manuals/dc.1.md
35 gen/strgen
36 lib.c
37 lib2.c
38 lib3.c
39 bc_help.c
40 dc_help.c
41 config.mak
42 timeconst.bc
43 Makefile
44 bcl.pc
46 build/*
47 tests/fuzzing/bc_outputs1/*
48 tests/fuzzing/bc_outputs2/*
49 tests/fuzzing/bc_outputs3/*
50 tests/fuzzing/dc_outputs/*
51 tests/bc_outputs/*
52 tests/dc_outputs/*
54 .gdb_history
56 # Ignore the generated test files
57 parse.txt
58 parse_results.txt
59 print.txt
60 print_results.txt
61 bessel.txt
62 bessel_results.txt
63 prime.txt
64 strings2.txt
65 strings2_results.txt
66 tests/bc/scripts/add.txt
67 tests/bc/scripts/divide.txt
68 tests/bc/scripts/multiply.txt
69 tests/bc/scripts/subtract.txt
70 tests/bc/scripts/strings2.txt
71 benchmarks/bc/*.txt
72 benchmarks/dc/*.txt
73 scripts/ministat
74 scripts/bitfuncgen
75 perf.data
76 perf.data.old
77 *.gcda
78 *.gcno
79 *.gcov
80 *.html
81 *.css
82 *.profraw
84 core.*
86 cscope*.out
87 tags
89 *.vcxproj.user
90 vs/.vs/*
91 vs/bin/*
92 vs/lib/*
93 vs/src2/*
94 vs/tests/*.txt
95 vs/tests/*.exe
97 compile_commands.json
98 .cache/