.gitignore 450 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. # Architecture specific extensions/prefixes
  10. *.[568vq]
  11. [568vq].out
  12. *.cgo1.go
  13. *.cgo2.c
  14. _cgo_defun.c
  15. _cgo_gotypes.go
  16. _cgo_export.*
  17. _testmain.go
  18. *.exe
  19. .project
  20. EBNF.txt
  21. test1.tpl
  22. pongo2_internal_test.go
  23. tpl-error.out
  24. /count.out
  25. /cover.out
  26. *.swp
  27. *.iml
  28. /cpu.out
  29. /mem.out
  30. /pongo2.test
  31. *.error
  32. /profile
  33. /coverage.out
  34. /pongo2_internal_test.ignore