.gitignore 524 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. /test/unicode_test
  38. /cmake_install.cmake
  39. /Makefile
  40. .fuse_hidden*
  41. /vgcore.10462
  42. /install_manifest.txt