2023-09-24 18:39:52 +02:00
|
|
|
# COMPILE TMP
|
|
|
|
bin/*
|
|
|
|
!bin/data/
|
|
|
|
!bin/data/*
|
2024-04-09 14:53:17 +02:00
|
|
|
# ugly recursion https://stackoverflow.com/questions/3667986/git-ignore-exception-not-working-as-desired
|
|
|
|
!bin/em/
|
|
|
|
bin/em/*
|
|
|
|
!bin/em/*/
|
|
|
|
bin/em/*/*
|
|
|
|
!bin/em/*/web/
|
|
|
|
bin/em/*/web/*
|
|
|
|
!bin/em/*/web/js/
|
|
|
|
!bin/em/*/web/css/
|
|
|
|
!bin/em/*/web/assets/
|
|
|
|
bin/em/*/web/js/*
|
|
|
|
bin/em/*/web/css/*
|
|
|
|
bin/em/*/web/assets/*
|
|
|
|
!bin/em/*/web/js/*.*
|
|
|
|
!bin/em/*/web/css/*.*
|
|
|
|
!bin/em/*/web/assets/*.*
|
2023-09-24 18:39:52 +02:00
|
|
|
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*
|
2024-04-09 14:53:17 +02:00
|
|
|
|
|
|
|
# GENERATED
|
|
|
|
.browserpid
|