mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: Ignore all *.user files (#1919)
For example `Qt Creator` create `CMakeLists.txt.user` file with user settings.
This commit is contained in:
parent
645ab6633c
commit
ddb09c6011
1 changed files with 1 additions and 1 deletions
2
examples/.gitignore
vendored
2
examples/.gitignore
vendored
|
|
@ -6,7 +6,7 @@ build/*
|
|||
*.opensdf
|
||||
*.sdf
|
||||
*.suo
|
||||
*.vcxproj.user
|
||||
*.user
|
||||
*.o
|
||||
*.obj
|
||||
*.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue