Skip to content

Commit 8ffa95a

Browse files
authored
.gitignore: drop exclusions not generated by the repository (#199)
1 parent ec5553c commit 8ffa95a

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.gitignore

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,12 @@
22
*.gcno
33
*.o
44
*.pyc
5-
.deps/
6-
.idea/
7-
aclocal.m4*
8-
autom4te.cache/
95
build/
10-
buildconf.tmp*
11-
compile
12-
config.guess
13-
config.log
14-
config.status
15-
config.sub
16-
configure
176
curl-fuzzer---*
187
/curl_fuzzer
198
/curl_fuzzer_seed_corpus.zip
20-
depcomp
219
extra_corpus/
22-
install-sh
2310
libstandaloneengine.a
24-
libtool
25-
ltmain.sh
26-
m4/
27-
Makefile
28-
Makefile.in
29-
missing
3011
/curl_fuzzer_bufq
3112
/curl_fuzzer_dict
3213
/curl_fuzzer_file
@@ -52,4 +33,4 @@ missing
5233
.venv/
5334
__pycache__/
5435
logs/
55-
*.egg-info/
36+
*.egg-info/

0 commit comments

Comments
 (0)