.gitignore 64 B

123456789
  1. # CLion
  2. *.iml
  3. .idea/
  4. # MacOS
  5. .DS_Store
  6. # cmake build
  7. *build*/