mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
#Ignore all executables
|
|
Cipher*
|
|
|
|
#Ignore all libraries
|
|
lib*
|
|
|
|
#Ignore all VSCode files
|
|
.vscode/*
|
|
|
|
#Ignore all Test files
|
|
*.txt
|
|
|
|
#Ignore all excessive documentation
|
|
Documentation/html/*
|
|
Documentation/latex/* |