-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
104 lines (93 loc) · 1.42 KB
/
.gitignore
File metadata and controls
104 lines (93 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/Makefile.in
/Makefile
/configure
/config.guess
/config.sub
/config.status
/config.log
/config.h*
/autom4te.cache
/aclocal.m4
/missing
/compile
/depcomp
/install-sh
/mkinstalldirs
/INSTALL
/stamp-h1
.deps
.dirstamp
lib/Makefile
lib/Makefile.in
# Compiled objects
*.o
*.gcno
*.gcda
*.gcov
# Main binaries
src/combinediff
src/filterdiff
src/flipdiff
src/grepdiff
src/interdiff
src/lsdiff
src/rediff
src/patchview
# Scanner-based binaries (experimental)
src/patchfilter
src/scanner_debug
# Fuzzing binaries
src/fuzz-*
# Scanner test binaries
tests/scanner/test_basic
tests/scanner/test_accumulated_headers
tests/scanner/test_input_validation
# Build artifacts
lib-built
lib/libgnu.a
lib/*.h
lib/sys/
# These are generated from *.in files
/patchutils.spec
/scripts/dehtmldiff
/scripts/editdiff
/scripts/espdiff
/scripts/fixcvsdiff
/scripts/recountdiff
/scripts/splitdiff
/scripts/unwrapdiff
/scripts/move-to-front
# These are generated from the XML file.
doc/interdiff.1
doc/filterdiff.1
doc/fixcvsdiff.1
doc/rediff.1
doc/editdiff.1
doc/combinediff.1
doc/lsdiff.1
doc/splitdiff.1
doc/grepdiff.1
doc/recountdiff.1
doc/unwrapdiff.1
doc/dehtmldiff.1
doc/flipdiff.1
doc/espdiff.1
doc/patchview.1
doc/gitdiff.1
doc/gitdiffview.1
doc/gitshow.1
doc/gitshowview.1
doc/svndiff.1
doc/svndiffview.1
# Tests
/test-arena
/test-driver
/test-suite.log
/tests/*/run-test.log
/tests/*/run-test.trs
# Backup files
*.bak
*~
*.swp
# Tarballs
patchutils-*.tar.?z*