12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # ---> C++
- # Compiled Object files
- *.slo
- *.lo
- *.o
- *.obj
- # Precompiled Headers
- *.gch
- *.pch
- # Compiled Dynamic libraries
- *.so
- *.dylib
- *.dll
- # Fortran module files
- *.mod
- # Compiled Static libraries
- *.lai
- *.la
- *.a
- *.lib
- # Executables
- *.exe
- *.out
- *.app
- *.sh
- # ---> CMake
- CMakeCache.txt
- CMakeFiles
- CMakeScripts
- Makefile
- cmake_install.cmake
- cmake_uninstall.cmake
- install_manifest.txt
- *.gpx
- gpxtools*
- gpxcat
- gpxcoord
- gpxfetch
- gpxgeotag
- gpxjson
- gpxls
- gpxosm
- gpxpath
- gpxplot
- gpxrm
- gpxsim
- gpxsplit
- gpxwind
|