]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - .gitignore
Update to release 3.1.1
[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 manuals/bc.1
21 manuals/bc.1.ronn
22 manuals/bc.1.md
23 manuals/dc.1
24 manuals/dc.1.ronn
25 manuals/dc.1.md
26 gen/strgen
27 lib.c
28 lib2.c
29 lib3.c
30 bc_help.c
31 dc_help.c
32 config.mak
33 timeconst.bc
34 Makefile
35
36 .gdb_history
37
38 # Ignore the generated test files
39 parse.txt
40 parse_results.txt
41 print.txt
42 print_results.txt
43 bessel.txt
44 bessel_results.txt
45 prime.txt
46 stream.txt
47 tests/bc/scripts/add.txt
48 tests/bc/scripts/divide.txt
49 tests/bc/scripts/multiply.txt
50 tests/bc/scripts/subtract.txt
51 perf.data
52 perf.data.old
53 *.gcda
54 *.gcno
55 *.gcov
56 *.html
57 *.profraw
58
59 cscope*.out
60 tags