-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (50 loc) · 832 Bytes
/
.gitignore
File metadata and controls
52 lines (50 loc) · 832 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
.deps
.libs
*.a
*.gcda
*.gcno
*.gcov
*.la
*.lo
*.o
*.pc
*.so
*.tar.gz
*~
aclocal.m4
autom4te.cache
compile
config.guess
config.log
config.status
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
m4
Makefile
Makefile.in
missing
test-driver
tests/*.log
tests/*.trs
tests/test-api-tagsClose
tests/test-api-tagsFind
tests/test-api-tagsFirst
tests/test-api-tagsFindPseudoTag
tests/test-api-tagsFirstPseudoTag
tests/test-api-tagsOpen
tests/test-api-tagsSetSortType
tests/test-fix-large-tags
tests/test-fix-null-deref
tests/test-fix-too-many-fields
tests/test-fix-unescaping
tests/test-fix-unescaping-input-fields
tests/test-fix-unescaping-input-fields-exuberant
tests/test-fix-unescaping-input-fields-no-mode
tests/test-fix-unescaping-input-fields-backslash
tests/test-fix-unescaping-input-fields-no-filesep
build