mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
.gitignore
This commit is contained in:
parent
f575595ae9
commit
fd496acb10
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -90,6 +90,7 @@ Irssi-Dist
|
||||||
setup.cfg
|
setup.cfg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
result
|
result
|
||||||
|
result-*
|
||||||
Build-fuzz
|
Build-fuzz
|
||||||
|
|
||||||
# Fuzzing artifacts (runtime corpus and crash/leak files)
|
# Fuzzing artifacts (runtime corpus and crash/leak files)
|
||||||
|
|
|
||||||
4
fuzz-corpora/.gitignore
vendored
Normal file
4
fuzz-corpora/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Ignore libFuzzer-generated corpus files (40-char SHA1 hashes)
|
||||||
|
# Only manually-created seed files with descriptive names should be committed here
|
||||||
|
# Runtime corpus should go in corpus/ (which is gitignored at the repo root)
|
||||||
|
[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue