Skip to content

Commit

Permalink
- First push of Torque 2D 2.0 (MIT)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichPerry-GG committed Feb 5, 2013
1 parent f110e99 commit a20f286
Show file tree
Hide file tree
Showing 2,014 changed files with 585,829 additions and 4 deletions.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Dev Files #
###################
*.xcworkspace
*.xcuserdatad
.LSOverride
/tmp/*
/preferences.cs
*.dso
*.edso
*.user
*.sdf
*.suo
*.dir
*.opensdf
*.idea
*.dSYM
*.res
*.cache
*.exports
*.opt
*.tmp
Torque2D.app
Torque2D_DEBUG.app
Torque2D.exe
Torque2D_DEBUG.exe
Torque2DGame.app
Torque2DGame_Debug.app
linkmap.txt

# Compiled source #
###################
*.com
*.class
*.o
*.a
*.so
*.obj
*.lib
*.idb
*.pdb
*.ilk
*.ipch
*.lastbuildstate
*.unsuccessfulbuild
*.manifest
*.tlog

# Logs and databases #
######################
*.log
*.sql

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Binary file added OpenAL32.dll
Binary file not shown.
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions cleandso.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
del /s *.dso
Binary file added engine/bin/bison/bison.exe
Binary file not shown.
Loading

0 comments on commit a20f286

Please sign in to comment.