Try to quiet Python syntax warnings
[gh-bc.git] / .gitignore
blobd2b571247997858e7bb0956d5cb37fc8a4adb9b2
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/bcl
13 bc.old
14 *.o
15 *.a
16 .log_*.txt
17 .test.txt
18 .math.txt
19 .results.txt
20 .ops.txt
21 manuals/bc.1
22 manuals/bc.1.ronn
23 manuals/bc.1.md
24 manuals/dc.1
25 manuals/dc.1.ronn
26 manuals/dc.1.md
27 gen/strgen
28 lib.c
29 lib2.c
30 lib3.c
31 bc_help.c
32 dc_help.c
33 config.mak
34 timeconst.bc
35 Makefile
36 bcl.pc
38 build/*
39 tests/fuzzing/bc_outputs1/*
40 tests/fuzzing/bc_outputs2/*
41 tests/fuzzing/bc_outputs3/*
42 tests/fuzzing/dc_outputs/*
43 tests/bc_outputs/*
44 tests/dc_outputs/*
46 .gdb_history
48 # Ignore the generated test files
49 parse.txt
50 parse_results.txt
51 print.txt
52 print_results.txt
53 bessel.txt
54 bessel_results.txt
55 prime.txt
56 strings2.txt
57 strings2_results.txt
58 tests/bc/scripts/add.txt
59 tests/bc/scripts/divide.txt
60 tests/bc/scripts/multiply.txt
61 tests/bc/scripts/subtract.txt
62 tests/bc/scripts/strings2.txt
63 benchmarks/bc/*.txt
64 benchmarks/dc/*.txt
65 scripts/ministat
66 scripts/bitfuncgen
67 perf.data
68 perf.data.old
69 *.gcda
70 *.gcno
71 *.gcov
72 *.html
73 *.css
74 *.profraw
76 core.*
78 cscope*.out
79 tags
81 *.vcxproj.user
82 vs/.vs/*
83 vs/bin/*
84 vs/lib/*
85 vs/src2/*
86 vs/tests/*.txt
87 vs/tests/*.exe
89 compile_commands.json
90 .cache/