Skip to content

Commit

Permalink
Remove and ignore compiler output
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Jul 3, 2013
1 parent cc58ed4 commit d6d60e2
Show file tree
Hide file tree
Showing 31 changed files with 56 additions and 234 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
_Resharper.*/
*/obj/
*/bin/
*/*/obj/
*/*/*/obj/
*/*/*/*/obj/
*/*/bin/
*/*/*/bin/
*/*/*/*/bin/
*.suo

# Derived .wav files #
######################
EscapeFromEnceladus/EscapeFromEnceladusContent/Music/*.wav

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.dat
*.dll
*.bin

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

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

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
67 changes: 0 additions & 67 deletions Example/Content/obj/Xbox 360/Debug/ContentPipeline.xml

This file was deleted.

This file was deleted.

This file was deleted.

67 changes: 0 additions & 67 deletions Example/Content/obj/x86/Debug/ContentPipeline.xml

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions Example/TiledExample.csproj.Debug.cachefile

This file was deleted.

Binary file removed Example/bin/Xbox 360/Debug/Content/hero.xnb
Binary file not shown.
11 changes: 0 additions & 11 deletions Example/bin/Xbox 360/Debug/Content/map.tmx

This file was deleted.

Binary file removed Example/bin/Xbox 360/Debug/Content/tiles.xnb
Binary file not shown.
Binary file removed Example/bin/Xbox 360/Debug/TiledExample.exe
Binary file not shown.
32 changes: 0 additions & 32 deletions Example/bin/x86/Debug/Content/MapTest.tmx

This file was deleted.

Binary file removed Example/bin/x86/Debug/Content/hero.xnb
Binary file not shown.
Binary file removed Example/bin/x86/Debug/Content/tiles.xnb
Binary file not shown.
Binary file removed Example/bin/x86/Debug/TiledExample.exe
Binary file not shown.
Binary file removed Example/bin/x86/Debug/TiledExample.pdb
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
36 changes: 0 additions & 36 deletions Example/obj/x86/Debug/TiledExample.csproj.FileListAbsolute.txt

This file was deleted.

Binary file removed Example/obj/x86/Debug/TiledExample.exe
Binary file not shown.
Binary file removed Example/obj/x86/Debug/TiledExample.pdb
Binary file not shown.

This file was deleted.

This file was deleted.

0 comments on commit d6d60e2

Please sign in to comment.