]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/.gitignore
Merge llvm-project main llvmorg-12-init-17869-g8e464dd76bef
[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 stream.txt
55 tests/bc/scripts/add.txt
56 tests/bc/scripts/divide.txt
57 tests/bc/scripts/multiply.txt
58 tests/bc/scripts/subtract.txt
59 perf.data
60 perf.data.old
61 *.gcda
62 *.gcno
63 *.gcov
64 *.html
65 *.profraw
66
67 core.*
68
69 cscope*.out
70 tags
71
72 *.vcxproj.user
73 Debug/*
74 Release/*