Files
CipherStream/.gitignore

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/*