]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - .gitignore
Import new 2-clause BSD licenced implementation of the bc and dc commands
[FreeBSD/FreeBSD.git] / .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 bc.old
13 *.o
14 *.a
15 .log_*.txt
16 .test.txt
17 .math.txt
18 .results.txt
19 .ops.txt
20 gen/strgen
21 lib.c
22 lib2.c
23 lib3.c
24 bc_help.c
25 dc_help.c
26 config.mak
27 timeconst.bc
28 Makefile
29
30 .gdb_history
31
32 # Ignore the generated test files
33 parse.txt
34 parse_results.txt
35 print.txt
36 print_results.txt
37 bessel.txt
38 bessel_results.txt
39 prime.txt
40 stream.txt
41 tests/bc/scripts/add.txt
42 tests/bc/scripts/divide.txt
43 tests/bc/scripts/multiply.txt
44 tests/bc/scripts/subtract.txt
45 perf.data
46 perf.data.old
47 *.gcda
48 *.gcno
49 *.gcov
50 *.html
51 *.profraw
52
53 cscope*.out
54 tags