Skip to content

Commit

Permalink
Initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkskeller committed Sep 2, 2016
0 parents commit 81e35b3
Show file tree
Hide file tree
Showing 149 changed files with 30,008 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Offline data, runtime logs #
##############################
Player-Data/*
Prep-Data/*
logs/*
Language-Definition/main.pdf

# Personal CONFIG file #
##############################
CONFIG.mine

# Compiled source #
###################
Programs/Bytecode/*
Programs/Schedules/*
Programs/Public-Input/*
*.com
*.class
*.dll
*.exe
*.x
*.o
*.so
*.pyc
*.bc
*.sch
*.a

# 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

# Latex #
#########
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.bbl
*.bcf
*.blg


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

# OS generated files #
######################
*~
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "SimpleOT"]
path = SimpleOT
url = [email protected]:pascholl/SimpleOT.git
Loading

0 comments on commit 81e35b3

Please sign in to comment.