aes/.gitignore

22 lines
150 B
Plaintext
Raw Normal View History

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