forked from twaugh/patchutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (50 loc) · 719 Bytes
/
.gitignore
File metadata and controls
56 lines (50 loc) · 719 Bytes
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
/Makefile.in
/Makefile
/configure
/config.status
/config.log
/config.h*
/autom4te.cache
/aclocal.m4
/missing
/compile
/depcomp
/install-sh
/mkinstalldirs
/INSTALL
/stamp-h1
.deps
.dirstamp
# Compiled objects
*.o
src/combinediff
src/filterdiff
src/flipdiff
src/grepdiff
src/interdiff
src/lsdiff
src/rediff
src/patchview
# These are generated from *.in files
/patchutils.spec
/scripts/dehtmldiff
/scripts/editdiff
/scripts/espdiff
/scripts/fixcvsdiff
/scripts/recountdiff
/scripts/splitdiff
/scripts/unwrapdiff
# These are generated from the XML file.
doc/*.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*