commit | ddb09c6011665fab66bc0d5540346eb1bb68db73 | [log] [tgz] |
---|---|---|
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | Mon Jul 02 20:43:33 2018 +0300 |
committer | omar <ocornut@users.noreply.github.com> | Mon Jul 02 19:43:33 2018 +0200 |
tree | 3c85e4ff8aa41a5e2275678f786630bf06da9941 | |
parent | 645ab6633c10b34313f733c910765f03610ee258 [diff] |
Examples: Ignore all *.user files (#1919) For example `Qt Creator` create `CMakeLists.txt.user` file with user settings.
diff --git a/examples/.gitignore b/examples/.gitignore index 33f184b..d5786ab 100644 --- a/examples/.gitignore +++ b/examples/.gitignore
@@ -6,7 +6,7 @@ *.opensdf *.sdf *.suo -*.vcxproj.user +*.user *.o *.obj *.exe