.gitignore 241 B

12345678910111213141516171819202122232425262728
  1. /out/
  2. core
  3. tags
  4. *.o
  5. test
  6. test_g
  7. test_fast
  8. bench
  9. url_parser
  10. parsertrace
  11. parsertrace_g
  12. *.mk
  13. *.Makefile
  14. *.so.*
  15. *.a
  16. # Visual Studio uglies
  17. *.suo
  18. *.sln
  19. *.vcxproj
  20. *.vcxproj.filters
  21. *.vcxproj.user
  22. *.opensdf
  23. *.ncrunchsolution*
  24. *.sdf
  25. *.vsp
  26. *.psess