.gitignore (47a52dc4d48f259ab7d9f9ba6b65f4f2331a22dc) .gitignore (82e5fdc50050d6dccf1f547818312aebd3b6626e)
1*.config
2*.creator
3*.files
4*.includes
5*.creator.user*
6*.cflags
7*.cxxflags
8bin/*bc
9bin/*bc.exe
10bin/*dc
11bin/*dc.exe
12bin/bcl
13bc.old
14*.o
15*.a
16.log_*.txt
17.test.txt
18.math.txt
19.results.txt
20.ops.txt
21manuals/bc.1
22manuals/bc.1.ronn
23manuals/bc.1.md
24manuals/dc.1
25manuals/dc.1.ronn
26manuals/dc.1.md
27gen/strgen
28lib.c
29lib2.c
30lib3.c
31bc_help.c
32dc_help.c
33config.mak
34timeconst.bc
35Makefile
1Makefile
36
37tests/fuzzing/bc_outputs1/*
38tests/fuzzing/bc_outputs2/*
39tests/fuzzing/bc_outputs3/*
40tests/fuzzing/dc_outputs/*
41tests/bc_outputs/*
42tests/dc_outputs/*
43
44.gdb_history
45
46# Ignore the generated test files
47parse.txt
48parse_results.txt
49print.txt
50print_results.txt
51bessel.txt
52bessel_results.txt
53prime.txt
54stream.txt
55tests/bc/scripts/add.txt
56tests/bc/scripts/divide.txt
57tests/bc/scripts/multiply.txt
58tests/bc/scripts/subtract.txt
59perf.data
60perf.data.old
61*.gcda
62*.gcno
63*.gcov
64*.html
65*.profraw
66
67core.*
68
69cscope*.out
2buildpkg.sh
3config.h
4config.h.in
5config.log
6config.status
7configure
8openbsd-compat/Makefile
9openbsd-compat/regress/Makefile
10openssh.xml
11opensshd.init
12survey.sh
13**/*.0
14**/*.o
15**/*.lo
16**/*.so
17**/*.out
18**/*.a
19autom4te.cache/
20scp
21sftp
22sftp-server
23ssh
24ssh-add
25ssh-agent
26ssh-keygen
27ssh-keyscan
28ssh-keysign
29ssh-pkcs11-helper
30ssh-sk-helper
31sshd
32!regress/misc/fuzz-harness/Makefile
70tags
33tags