.gitignore: Tidy

This commit is contained in:
Jakob Bornecrantz 2020-07-15 18:42:32 +01:00
parent b7b7df5530
commit 3e0f44df07

10
.gitignore vendored
View file

@ -26,7 +26,7 @@ src/xrt/targets/targets_enabled_drivers.h
# Ignore Python caches
__pycache__/
# ignore build trees
# Ignore build trees
build/
build*/
@ -40,14 +40,16 @@ build*/
# Ignore patches generated by scripts
patches/
# Imgui settings
# Ignore Imgui settings
imgui.ini
# files from package building
# Ignore files from package building
obj-*/
.pc/
# Arduino toolchain files
# Ignore Arduino toolchain files
src/xrt/drivers/arduino/device/*.elf
src/xrt/drivers/arduino/device/*.bin
# Ignore VSCode files
.vscode-ctags