1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-03-29 23:42:44 +00:00

Examples: Ignore all *.user files ()

For example `Qt Creator` create `CMakeLists.txt.user` file with user settings.
This commit is contained in:
Konstantin Podsvirov 2018-07-02 20:43:33 +03:00 committed by omar
parent 645ab6633c
commit ddb09c6011

2
examples/.gitignore vendored

@ -6,7 +6,7 @@ build/*
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.user
*.o
*.obj
*.exe