-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.gitignore
116 lines (114 loc) · 1.41 KB
/
.gitignore
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
105
106
107
108
109
110
111
112
113
114
115
116
*.h
*.o
!unishox1.h
!unishox2.h
!unishox3.h
!delta_only_unishox2.h
!usx3_progmem.h
!wordlist.h
!wordlist_index.h
!wordlist.bin
._*
.vscode*
a.out
*.bin
unishox
!unishox/
unishox1
!unishox1/
usx3
u3b
tex/.*
unishox2
unishox++_0_1_0
unishox_0_1_0
.DS_Store
*.txt
cmake_install.cmake
CMakeFiles
!CMakeLists.txt
!json?.txt
!xml?.txt
!chinese.txt
!tamil.txt
!korean.txt
!japanese.txt
!hindi.txt
!spanish.txt
!emoji.txt
!french.txt
!world95.txt
!alice_wland_chn.txt
!alice_wland.txt
!hi.txt
!ja.txt
!ru.txt
!ta.txt
!zh.txt
*.aux
*.log
*.out
*.synctex.gz
*w95*
*test*
!test_unishox2.c
!test_unishox3_alpha.cpp
Debug
Release
*dSYM
ARM.h
proverbs.h
errno.h
Html.h
*.7z
*.gz
*.zip
*.shx
*.shox
*.bz2
*.lzma
*.us?
*.dsx
*.psx
*.br
Banner4.odp
test_unishox
test_unishox1
test_unishox2
delta_only
*.fdb_latexmk
*.dvi
*.fls
*.xdv
*.csu
*.bcu
doc/*.pdf
doc/.~*
paper/*.pdf
id:*
SEED
fuzz_data/
fuzz_data/*
fuzz_data/fuzz-out/crashes/*
fuzz_data/fuzz-out/hangs/*
fuzz_data/fuzz-out/queue/*
fuzz_data/fuzz-out/queue/.state/*
fuzz-out/
fuzz-out/*
fuzz-out/crashes/*
fuzz-out/hangs/*
fuzz-out/queue/*
fuzz-out/queue/.state/*
afl_fuzz/fuzz_data/*
afl_fuzz/fuzz_data/fuzz-out/crashes/*
afl_fuzz/fuzz_data/fuzz-out/hangs/*
afl_fuzz/fuzz_data/fuzz-out/queue/*
afl_fuzz/fuzz_out/*
afl_fuzz/fuzz-out/crashes/*
afl_fuzz/fuzz-out/hangs/*
afl_fuzz/fuzz-out/queue/*
afl_fuzz/fuzz-out/queue/.state/*
# Traditional cmake building directories
build*
# python files
__pycache__*