Browse Source

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

For example `Qt Creator` create `CMakeLists.txt.user` file with user settings.
Konstantin Podsvirov 7 years ago
parent
commit
ddb09c6011
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/.gitignore

+ 1 - 1
examples/.gitignore

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