.gitignore 458 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. .idea
  9. .vscode
  10. # Architecture specific extensions/prefixes
  11. *.[568vq]
  12. [568vq].out
  13. *.cgo1.go
  14. *.cgo2.c
  15. _cgo_defun.c
  16. _cgo_gotypes.go
  17. _cgo_export.*
  18. _testmain.go
  19. *.exe
  20. .project
  21. EBNF.txt
  22. test1.tpl
  23. pongo2_internal_test.go
  24. tpl-error.out
  25. /count.out
  26. /cover.out
  27. *.swp
  28. *.iml
  29. /cpu.out
  30. /mem.out
  31. /pongo2.test
  32. *.error
  33. /profile
  34. /coverage.out
  35. /pongo2_internal_test.ignore