Add hashcat command lines
[pwdhash.git] / .gitignore
1 # Prerequisites
2 *.d
3
4 # Object files
5 *.o
6 *.ko
7 *.obj
8 *.elf
9
10 # Precompiled Headers
11 *.gch
12 *.pch
13
14 # Libraries
15 *.lib
16 *.a
17 *.la
18 *.lo
19
20 # Shared objects (inc. Windows DLLs)
21 *.dll
22 *.so
23 *.so.*
24 *.dylib
25
26 # Executables
27 *.exe
28 *.out
29 *.app
30 *.i*86
31 *.x86_64
32 *.hex
33
34 # Debug files
35 *.dSYM/
36 *.su
37