diff .hgignore @ 0:347d21cdfc22

first commit
author Daiki OYAKAWA <e135764@ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2015 22:53:50 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Jul 17 22:53:50 2015 +0900
@@ -0,0 +1,12 @@
+syntax: glob
+.DS_Store
+*.sln
+*.userprefs
+*.csproj
+*.pidb
+*.unitypackage
+ 
+syntax: regexp
+^Build/.*
+^Library/.*
+^Temp/.*