aes/.gitignore
2020-04-27 23:13:55 +02:00

16 lines
108 B
Plaintext

# project specific
bin/*
obj/*
!.empty
*.o
# intellij
*.iml
.idea/
# cmake
build/
# visual code
.vscode/