Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FaronBracy committed Mar 3, 2014
0 parents commit 0e9ac9e
Show file tree
Hide file tree
Showing 49 changed files with 4,519 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Auto detect text files and perform LF normalization
* text=auto

*.cs text diff=csharp
*.asax text
*.html text diff=html
*.handlebars text
*.cshtml text
*.css text
*.js text diff=javascript
*.ruleset text

*.config text
*.cscfg text
*.csdef text
*.resx text

*.targets text
*.bat text
*.ps1 text
*.txt text
*.md text
*.xml text

*.csproj text
*.ccproj text
*.dbproj text
*.sln text eol=crlf

# Images should be treated as binary
# (binary is a macro for -text -diff)
*.png binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.dll binary
*.exe binary
70 changes: 70 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#OS junk files
[Tt]humbs.db
*.DS_Store

#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad

#MonoDevelop
*.pidb
*.userprefs

#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
*.sass-cache

#Project files
[Bb]uild/

#Subversion files
.svn

# Office Temp Files
~$*

#NuGet
packages/

#ncrunch
*ncrunch*
*crunch*.local.xml

# visual studio database projects
*.dbmdl

#Test files
*.testsettings

#Beyond Compare Ignores
*.orig

#Necessary Dlls
!Dlls/*
Binary file added Dlls/SDL.dll
Binary file not shown.
Binary file added Dlls/celtic_garamond_10x10_gs_tc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Dlls/libtcod-VS.dll
Binary file not shown.
Binary file added Dlls/libtcod-net-unmanaged.dll
Binary file not shown.
Binary file added Dlls/libtcod-net.dll
Binary file not shown.
Binary file added Dlls/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Dlls/zlib1.dll
Binary file not shown.
Binary file added README.md
Binary file not shown.
Loading

0 comments on commit 0e9ac9e

Please sign in to comment.