diff options
Diffstat (limited to 'vendor/github.com/microcosm-cc/bluemonday/.gitignore')
-rw-r--r-- | vendor/github.com/microcosm-cc/bluemonday/.gitignore | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/.gitignore b/vendor/github.com/microcosm-cc/bluemonday/.gitignore index 00268614f0..c3df40e7c3 100644 --- a/vendor/github.com/microcosm-cc/bluemonday/.gitignore +++ b/vendor/github.com/microcosm-cc/bluemonday/.gitignore @@ -1,22 +1,15 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a + # Binaries for programs and plugins +*.exe +*.exe~ +*.dll *.so +*.dylib -# Folders -_obj -_test - -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out +# Test binary, built with `go test -c` +*.test -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* +# Output of the go coverage tool, specifically when used with LiteIDE +*.out -_testmain.go - -*.exe +# goland idea folder +*.idea
\ No newline at end of file |