aes/.gitignore

16 lines
108 B
Plaintext
Raw Normal View History

2020-04-27 00:07:05 +02:00
# project specific
bin/*
obj/*
!.empty
2020-04-27 00:07:05 +02:00
*.o
# intellij
*.iml
.idea/
# cmake
build/
# visual code
.vscode/