summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-28 17:31:27 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-29 11:58:51 -0700
commit965833a737be72114fa2954b7f215b8dfa8eb107 (patch)
tree9b67d837cb433aa8b3aaea580a59891bec66f301 /Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore
parent376ce3c4b0a99f78fe71433f70eea7cc5e0f8b67 (diff)
downloadchat-965833a737be72114fa2954b7f215b8dfa8eb107.tar.gz
chat-965833a737be72114fa2954b7f215b8dfa8eb107.tar.bz2
chat-965833a737be72114fa2954b7f215b8dfa8eb107.zip
Added godeps and the source for the go freetype library
Diffstat (limited to 'Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore')
-rw-r--r--Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore35
1 files changed, 35 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore b/Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore
new file mode 100644
index 000000000..111fafbcd
--- /dev/null
+++ b/Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore
@@ -0,0 +1,35 @@
+syntax:glob
+.DS_Store
+.git
+.gitignore
+*.[568ao]
+*.a[568o]
+*.so
+*.pyc
+._*
+.nfs.*
+[568a].out
+*~
+*.orig
+*.rej
+*.exe
+.*.swp
+core
+*.cgo*.go
+*.cgo*.c
+_cgo_*
+_obj
+_test
+_testmain.go
+build.out
+test.out
+goinstall.log
+last-change
+VERSION.cache
+out.png
+
+syntax:regexp
+^bin/
+^pkg/
+^src/cmd/(.*)/6?\1$
+^.*/core.[0-9]*$