.gitignore 255 B

123456789101112131415161718192021222324252627282930
  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. *.exe.*
  16. *.exe
  17. *.a
  18. # Visual Studio uglies
  19. *.suo
  20. *.sln
  21. *.vcxproj
  22. *.vcxproj.filters
  23. *.vcxproj.user
  24. *.opensdf
  25. *.ncrunchsolution*
  26. *.sdf
  27. *.vsp
  28. *.psess