add encrypted file to gitignore
This commit is contained in:
parent
f1d1876fcc
commit
e6ad830b56
|
@ -2,6 +2,7 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
encrypted_file.txt
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
Loading…
Reference in New Issue