aes/.gitignore

16 lines
108 B
Plaintext

# project specific
bin/*
obj/*
!.empty
*.o
# intellij
*.iml
.idea/
# cmake
build/
# visual code
.vscode/