1
1

.gitignore 505 B

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