.gitignore 379 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # ---> C++
  2. # Compiled Object files
  3. *.slo
  4. *.lo
  5. *.o
  6. *.obj
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10. # Compiled Dynamic libraries
  11. *.so
  12. *.dylib
  13. *.dll
  14. # Fortran module files
  15. *.mod
  16. # Compiled Static libraries
  17. *.lai
  18. *.la
  19. *.a
  20. *.lib
  21. # Executables
  22. *.exe
  23. *.out
  24. *.app
  25. *.sh
  26. # ---> CMake
  27. CMakeCache.txt
  28. CMakeFiles
  29. CMakeScripts
  30. Makefile
  31. cmake_install.cmake
  32. install_manifest.txt
  33. *.gpx
  34. gpxtools*