aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-07-15 04:53:33 +0800
committerFelix Lange <fjl@twurst.com>2016-07-15 05:03:40 +0800
commit74be4a62c53891016cc0bbd3f9b5ed5d0539efe4 (patch)
treee2659d1a7cd37b0497d7ad3280c27d925d9b586e /Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore
parente11489eb5f58a63cb39a3189de7263837dc95b93 (diff)
downloadgo-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.tar
go-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.tar.gz
go-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.tar.bz2
go-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.tar.lz
go-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.tar.xz
go-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.tar.zst
go-tangerine-74be4a62c53891016cc0bbd3f9b5ed5d0539efe4.zip
Godeps, rpc: switch back to package npipe
The named pipe implementation from go-winio has some issues that need to be addressed before we can use it again.
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore')
-rw-r--r--Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore b/Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore
new file mode 100644
index 000000000..00268614f
--- /dev/null
+++ b/Godeps/_workspace/src/gopkg.in/natefinch/npipe.v2/.gitignore
@@ -0,0 +1,22 @@
+# 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