going public
This commit is contained in:
commit
be7d9edf91
84 changed files with 85206 additions and 0 deletions
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
# COMPILE TMP
|
||||
bin/*
|
||||
!bin/data/
|
||||
!bin/data/*
|
||||
!bin/web/
|
||||
!bin/web/*
|
||||
obj/
|
||||
bin/data/ofxMsdfgen
|
||||
bin/data/ofxGPUFont
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# EDITORS
|
||||
*.qbs.user
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
__pycache__
|
||||
tags
|
||||
.ycm_extra_conf.py
|
||||
compile_commands.json
|
||||
compile_commands.*.json
|
||||
.cache
|
||||
.vroot
|
||||
|
||||
# BACKUP
|
||||
*.bk
|
||||
|
||||
# USER
|
||||
config.make
|
||||
|
||||
# FONTS
|
||||
# fonts have their own licenses
|
||||
# and are not distributed with this code
|
||||
bin/data/fonts/*
|
||||
bin/web/fonts/*
|
||||
|
||||
# DIST
|
||||
# these are related to distributing variable time
|
||||
upload*
|
Loading…
Add table
Add a link
Reference in a new issue