41 lines
477 B
Text
41 lines
477 B
Text
# 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*
|