diff --git a/.gitignore b/.gitignore index fe3a322..7304af0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,15 @@ *.exe *.out *.app + +# Build directories +build/ + +# Imgui +imgui.ini + +# Compile commands +compile_commands.json + +# Private dirs +.*/