.gitignore 305 B

12345678910111213141516171819
  1. /build*
  2. /debug*
  3. .idea
  4. *.pyc
  5. *.DS_Store
  6. *.swp
  7. /examples/Data/dubrovnik-3-7-pre-rewritten.txt
  8. /examples/Data/pose2example-rewritten.txt
  9. /examples/Data/pose3example-rewritten.txt
  10. *.txt.user
  11. *.txt.user.6d59f0c
  12. *.pydevproject
  13. .vscode
  14. .env
  15. /.vs/
  16. /CMakeSettings.json
  17. # for QtCreator:
  18. CMakeLists.txt.user*
  19. xcode/