mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 07:47:27 -04:00
zxcvbn-c: new module for password strength estimation
This commit is contained in:
28
src/zxcvbn-c/.gitignore
vendored
Normal file
28
src/zxcvbn-c/.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
*.gch
|
||||
*.pch
|
||||
*.lib
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
test.cpp
|
||||
zxcvbn.cpp
|
||||
zxcvbn.dict
|
||||
test-*file
|
||||
test-*line
|
||||
test-*lib
|
||||
dictgen
|
||||
dict-*.h
|
||||
Reference in New Issue
Block a user