.gitignore 504 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. cmake_uninstall.cmake
  33. install_manifest.txt
  34. *.gpx
  35. gpxtools*
  36. gpxcat
  37. gpxcoord
  38. gpxfetch
  39. gpxgeotag
  40. gpxjson
  41. gpxls
  42. gpxosm
  43. gpxpath
  44. gpxplot
  45. gpxrm
  46. gpxsim
  47. gpxsplit
  48. gpxwind