1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00
hashcat/.gitignore
R. Yushaev 031094552b Add Makefile target 'modules'
Allows to build all shared objects in modules directory using the
command 'make modules'. Also add objects to gitignore.
2018-12-19 14:31:32 +01:00

22 lines
198 B
Plaintext

*.exe
*.bin
*.app
hashcat
hashcat.exe
libhashcat.so.*
libhashcat*.dylib
hashcat.dll
*.potfile
*.restore
*.dictstat2
*.pot
*.pid
*.log
*.out
*.dSYM
kernels/**
lib/*.a
modules/*.so
obj/*.o
include/CL