summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/code.google.com/p/freetype-go/.hgignore
diff options
context:
space:
mode:
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]*$