aes/.gitignore

16 lines
108 B
Plaintext
Raw Normal View History

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