Skip to content

Commit

Permalink
Adds readme to new project and updates .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bgradin committed Feb 15, 2017
1 parent ac0da70 commit a834f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#Ignore everything in the bin, obj, and .git folders
"Chips Challenge/Debug"
"Chips Challenge/Release"
Debug/
Release/
bin/
obj/
ipch/
.git/
.vs/

#Ignore anything ending in .user or .suo
*.user
*.suo
*.sdf
Expand Down
3 changes: 3 additions & 0 deletions v2.0/ChipsChallenge/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Requires
--------
- Emscripten (http://kripken.github.io/)

0 comments on commit a834f86

Please sign in to comment.