Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
transferred data to the root directory, added basic configuration and…
Browse files Browse the repository at this point in the history
… readme/license and .tx and tx-cleanup script
  • Loading branch information
filux committed Nov 28, 2013
1 parent d3e7b97 commit 25326c4
Show file tree
Hide file tree
Showing 5,426 changed files with 390 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
29 changes: 29 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
* text=auto
*.bat -text
*.vcproj -text
*.nsi -text
*.sln -text
*.vbs -text

*.ttc -text -diff
*.ttf -text -diff
*.otf -text -diff
*.tga -text -diff
*.png -text -diff
*.jpg -text -diff
*.bmp -text -diff
*.xpm -text -diff
*.gif -text -diff
*.svg -text -diff
*.ico -text -diff
*.icns -text -diff
*.g3d -text -diff
*.mp4 -text -diff
*.ogg -text -diff
*.wav -text -diff
*.mp3 -text -diff
*.gbm -text -diff
*.mgm -text -diff
*.xcf -text -diff
*.blend -text -diff
*.blend1 -text -diff
74 changes: 74 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
## Linux
.*
*~
# Gimp
*.xcf
# Vim
*.un~
Session.vim
.netrwhist

## OSX
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes

## Windows
# Windows image file caches
Thumbs.db
thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Visual studio
*.suo
*.ncb

## 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
*.bz2

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

## Git
!.git
!.gitignore
!.gitattributes
!.gitmodules

## Repo
!.tx/
*.blend
*.blend1
# Windows_build
*.dll
*.exe
*.pdb
*.exp
*.lib
*.map
*.dmp
*.dat
data/glest_game/lua/
#

262 changes: 262 additions & 0 deletions .tx/config

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions LICENSE.md
1 change: 1 addition & 0 deletions README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 25326c4

Please sign in to comment.