aes/.gitignore

20 lines
143 B
Plaintext
Raw Normal View History

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