.gitignore 349 B

1234567891011121314151617181920212223242526
  1. /bin/*
  2. !/bin/data
  3. !/bin/encodings
  4. !/bin/jsonchecker
  5. !/bin/types
  6. /build
  7. /doc/html
  8. /doc/doxygen_*.db
  9. *.a
  10. # Temporary files created during CMake build
  11. CMakeCache.txt
  12. CMakeFiles
  13. cmake_install.cmake
  14. CTestTestfile.cmake
  15. Makefile
  16. RapidJSON*.cmake
  17. RapidJSON.pc
  18. Testing
  19. /googletest
  20. install_manifest.txt
  21. Doxyfile
  22. Doxyfile.zh-cn
  23. DartConfiguration.tcl
  24. *.nupkg