You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
747 B
Plaintext
73 lines
747 B
Plaintext
# External junk
|
|
.DS_Store
|
|
_ReSharper*
|
|
*.opensdf
|
|
*.sdf
|
|
*.dir
|
|
*.suo
|
|
*.user
|
|
*.bak
|
|
Win32
|
|
Win64
|
|
Debug
|
|
Release
|
|
Profile
|
|
Development
|
|
Obj
|
|
Bin
|
|
Lib
|
|
.tags
|
|
.tags_sorted_by_file
|
|
*.lnk
|
|
ipch
|
|
__pycache__
|
|
Thumbs.db
|
|
.build*
|
|
|
|
# Gradle
|
|
.gradle
|
|
/local.properties
|
|
/.idea/workspace.xml
|
|
/.idea/libraries
|
|
/build
|
|
/build-*
|
|
/captures
|
|
|
|
# assets
|
|
assets/shaders/*
|
|
|
|
# Generated files
|
|
bin
|
|
docs/Doxyfile
|
|
docs/html
|
|
docs/warnings.txt
|
|
imgui.ini
|
|
install
|
|
*.log
|
|
.vscode/launch.json
|
|
.vscode/c_cpp_properties.json
|
|
shaders_h
|
|
src/rizz/plugin_bundle.h
|
|
src/rizz/plugin_bundle_native.h
|
|
android
|
|
assets-db.json
|
|
compile_commands.json
|
|
examples/assets/shaders/**
|
|
|
|
# temp
|
|
scripts/generators/fake_libc_include
|
|
temp
|
|
|
|
# Compiled binaries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.a
|
|
*.lib
|
|
*.exe
|
|
.build
|
|
*.fso
|
|
*.vso
|
|
*.pyc
|
|
*.obj
|