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 19:43:33 +02:00
committed by omar
parent 645ab6633c
commit ddb09c6011
+1 -1
View File
@@ -6,7 +6,7 @@ build/*
*.opensdf *.opensdf
*.sdf *.sdf
*.suo *.suo
*.vcxproj.user *.user
*.o *.o
*.obj *.obj
*.exe *.exe