1
1

.gitignore 453 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. *.swp
  26. # CMakeLists
  27. /CMakeCache.txt
  28. /CMakeFiles
  29. /CTestTestfile.cmake
  30. /Testing
  31. /bin
  32. /test/json_test
  33. /test/wrapped_test
  34. /cmake_install.cmake
  35. /Makefile
  36. .fuse_hidden*
  37. /vgcore.10462
  38. /install_manifest.txt