mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
49 lines
729 B
Plaintext
49 lines
729 B
Plaintext
.vs
|
|
*.opendb
|
|
*.db
|
|
*.vcxproj.user
|
|
x64
|
|
Release
|
|
Debug
|
|
_build
|
|
_compiler
|
|
tools/*
|
|
*.d
|
|
*.o
|
|
*.so
|
|
*.swp
|
|
*.obj
|
|
imgui.ini
|
|
test/tracy_test
|
|
test/tracy_test.exe
|
|
*/build/unix/*-*
|
|
manual/t*.aux
|
|
manual/t*.log
|
|
manual/t*.out
|
|
manual/t*.pdf
|
|
manual/t*.synctex.gz
|
|
manual/t*.toc
|
|
manual/t*.bbl
|
|
manual/t*.blg
|
|
manual/t*.fdb_latexmk
|
|
manual/t*.fls
|
|
profiler/build/win32/packages
|
|
profiler/build/win32/Tracy.aps
|
|
# include the vcpkg install script but not the files it produces
|
|
vcpkg/*
|
|
!vcpkg/install_vcpkg_dependencies.bat
|
|
/vcpkg_installed
|
|
.deps/
|
|
.dirstamp
|
|
.vscode/
|
|
|
|
/_*/**
|
|
/**/__pycache__/**
|
|
extra/vswhere.exe
|
|
extra/tracy-build
|
|
/.cache
|
|
compile_commands.json
|
|
profiler/build/wasm/Tracy-release.*
|
|
profiler/build/wasm/Tracy-debug.*
|
|
profiler/build/wasm/embed.tracy
|