]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/.gitignore
usr.bin/gh-bc, contrib/bc: update to version 5.0.0
[FreeBSD/FreeBSD.git] / contrib / bc / .gitignore
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
37 tests/fuzzing/bc_outputs1/*
38 tests/fuzzing/bc_outputs2/*
39 tests/fuzzing/bc_outputs3/*
40 tests/fuzzing/dc_outputs/*
41 tests/bc_outputs/*
42 tests/dc_outputs/*
43
44 .gdb_history
45
46 # Ignore the generated test files
47 parse.txt
48 parse_results.txt
49 print.txt
50 print_results.txt
51 bessel.txt
52 bessel_results.txt
53 prime.txt
54 strings2.txt
55 strings2_results.txt
56 tests/bc/scripts/add.txt
57 tests/bc/scripts/divide.txt
58 tests/bc/scripts/multiply.txt
59 tests/bc/scripts/subtract.txt
60 tests/bc/scripts/strings2.txt
61 benchmarks/bc/*.txt
62 benchmarks/dc/*.txt
63 scripts/ministat
64 scripts/bitgen
65 perf.data
66 perf.data.old
67 *.gcda
68 *.gcno
69 *.gcov
70 *.html
71 *.profraw
72
73 core.*
74
75 cscope*.out
76 tags
77
78 *.vcxproj.user
79 Debug/*
80 Release/*