Examples: Ignore all *.user files (#1919)

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
1 changed files with 1 additions and 1 deletions

2
examples/.gitignore vendored
View File

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