.hgignore
author Jens Alfke <jens@mooseyard.com>
Sun Mar 16 15:06:47 2008 -0700 (2008-03-16)
changeset 7 428a194e3e59
permissions -rw-r--r--
Game class now tracks board state and moves, as strings, and can step through its history.
Fixed another bug in Go (you could drag your captured stones back to the board!)
jens@0
     1
syntax: glob
jens@0
     2
.DS_Store
jens@0
     3
build
jens@0
     4
.svn
jens@0
     5
*.pbxuser
jens@0
     6
*.perspectivev3
jens@0
     7
*.mpkg
jens@0
     8
*.framework
jens@0
     9
(*)