aes/.gitignore

22 lines
150 B
Plaintext
Raw Permalink Normal View History

2020-04-26 22:07:05 +00:00
# project specific
bin/*
obj/*
doc/*
!.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