mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
d2c76d9320
I've tested this with Linux and Msys2. I hope it will work on FreeBSD, OSX and Cygwin as well. There's also four new dedicated makefile targets for install: install_library install_hashcat install_docs install_shared Also the main_shared.c and its makefile target have been removed, as the main frontend is the best example possible
18 lines
152 B
Plaintext
18 lines
152 B
Plaintext
*.exe
|
|
*.bin
|
|
*.app
|
|
hashcat
|
|
hashcat.exe
|
|
libhashcat.so
|
|
hashcat.dll
|
|
*.potfile
|
|
*.restore
|
|
*.dictstat
|
|
*.pot
|
|
*.log
|
|
*.dSYM
|
|
kernels/**
|
|
lib/*.a
|
|
obj/*.o
|
|
include/CL
|