mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
gitignore: Ignore build dirs, vscode config, and .orig files
This commit is contained in:
parent
3385dd75f1
commit
d1e024b57f
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
# Ignore build products
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
*CMakeFiles/
|
*CMakeFiles/
|
||||||
|
@ -13,3 +14,13 @@ openxr_monado-dev.json
|
||||||
openxr_monado.json
|
openxr_monado.json
|
||||||
src/xrt/compositor/shaders/*.vert.h
|
src/xrt/compositor/shaders/*.vert.h
|
||||||
src/xrt/compositor/shaders/*.frag.h
|
src/xrt/compositor/shaders/*.frag.h
|
||||||
|
|
||||||
|
# ignore build trees
|
||||||
|
build/
|
||||||
|
build*/
|
||||||
|
|
||||||
|
# Ignore local settings
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Ignore merge-conflict resolution files
|
||||||
|
*.orig
|
||||||
|
|
Loading…
Reference in a new issue