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