1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-13 11:29:00 +00:00
hashcat/.gitignore
jsteube d2c76d9320 This commit splits the native hashcat binary into the hashcat library and hashcat frontend.
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
2016-12-29 20:40:07 +01:00

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