variabletime/.gitignore

42 lines
477 B
Text
Raw Permalink Normal View History

2023-09-24 18:39:52 +02:00
# 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*