.gitignore 764 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. bazel-*
  2. **/.DS_Store
  3. !vendor/*
  4. /bin
  5. /protoc-gen-validate
  6. /python/LICENSE
  7. /python/validate.proto
  8. /python/dist/
  9. *.egg-info/
  10. __pycache__/
  11. *.py[cod]
  12. /tests/harness/cases/go
  13. /tests/harness/cases/gogo
  14. /tests/harness/cases/other_package/go
  15. /tests/harness/cases/other_package/gogo
  16. /tests/harness/go/harness.pb.go
  17. /tests/harness/go/main/go-harness
  18. /tests/harness/go/main/go-harness.exe
  19. /tests/harness/gogo/harness.pb.go
  20. /tests/harness/gogo/main/go-harness
  21. /tests/harness/gogo/main/go-harness.exe
  22. /tests/harness/cc/cc-harness
  23. /tests/harness/cc/cc-harness.exe
  24. /validate/__pycache__
  25. /tests/harness/cases/**/*.cc
  26. /tests/harness/cases/**/*.h
  27. /java/.idea
  28. /java/**/.project
  29. /java/**/*.iml
  30. /java/**/target
  31. /java/**/*.class
  32. .vscode
  33. .project
  34. .classpath
  35. .settings
  36. .idea/
  37. .ijwb/