changeset 0:347d21cdfc22

first commit
author Daiki OYAKAWA <e135764@ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2015 22:53:50 +0900
parents
children f7675884f2a1 fdab88fc2cb9
files .hgignore
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
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/.*