]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - .gitignore
Update to version 3.2.0
[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 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 .gdb_history
38
39 # Ignore the generated test files
40 parse.txt
41 parse_results.txt
42 print.txt
43 print_results.txt
44 bessel.txt
45 bessel_results.txt
46 prime.txt
47 stream.txt
48 tests/bc/scripts/add.txt
49 tests/bc/scripts/divide.txt
50 tests/bc/scripts/multiply.txt
51 tests/bc/scripts/subtract.txt
52 perf.data
53 perf.data.old
54 *.gcda
55 *.gcno
56 *.gcov
57 *.html
58 *.profraw
59
60 cscope*.out
61 tags