summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jaytaylor/html2text/.gitignore
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-06-14 19:27:21 +0200
committerGitHub <noreply@github.com>2018-06-14 19:27:21 +0200
commitc8b99b97dffbc7c96b3911f6301f0ec69399cea2 (patch)
treeec8fd6b1b8b9dc09c516d17419bcb01287815dcd /vendor/github.com/jaytaylor/html2text/.gitignore
parent8883f487886f8ad6b1529372fa467aaa7aeed5ec (diff)
downloadchat-c8b99b97dffbc7c96b3911f6301f0ec69399cea2.tar.gz
chat-c8b99b97dffbc7c96b3911f6301f0ec69399cea2.tar.bz2
chat-c8b99b97dffbc7c96b3911f6301f0ec69399cea2.zip
Update html2text lib to use the original repo (#8900)
Diffstat (limited to 'vendor/github.com/jaytaylor/html2text/.gitignore')
-rw-r--r--vendor/github.com/jaytaylor/html2text/.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/github.com/jaytaylor/html2text/.gitignore b/vendor/github.com/jaytaylor/html2text/.gitignore
new file mode 100644
index 000000000..daf913b1b
--- /dev/null
+++ b/vendor/github.com/jaytaylor/html2text/.gitignore
@@ -0,0 +1,24 @@
+# Compiled Object files, Static and Dynamic libs (Shared Objects)
+*.o
+*.a
+*.so
+
+# Folders
+_obj
+_test
+
+# Architecture specific extensions/prefixes
+*.[568vq]
+[568vq].out
+
+*.cgo1.go
+*.cgo2.c
+_cgo_defun.c
+_cgo_gotypes.go
+_cgo_export.*
+
+_testmain.go
+
+*.exe
+*.test
+*.prof