Skip to content

Commit 913d158

Browse files
committed
Add a few entries to .gitignore
Backup files named #NAME# Cached DEScrypt kernels manually copied to run/opencl/descrypt-cache/ Python .venv directory (venv without the dot existed, matter of taste)
1 parent bcf0fa6 commit 913d158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*.tmp
1010
*~
1111
*.old
12+
\#*#
1213
*.bak
1314
*.in
1415
*.dlst
@@ -47,6 +48,7 @@ run/keepass2john
4748
run/kernels/
4849
run/opencl/*.bin
4950
run/opencl/*.config
51+
run/opencl/descrypt-cache/
5052
run/keychain2john
5153
run/keyring2john
5254
run/kwallet2john
@@ -122,3 +124,4 @@ __pycache__/
122124
*.pyo
123125
*.pyd
124126
**/venv/
127+
**/.venv/

0 commit comments

Comments
 (0)