hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

added .gitignore #7

Closed philsmd closed 8 years ago

philsmd commented 8 years ago

.gitignore helps to "hide/ignore" some particular and most of the time binary files (generated executables). I would like to suggest that we add a .gitignore file to this project such that the binaries (.exe, .bin, .app) and perl scripts (.pl) won't show up in git commands like "git status" etc.

Thx