diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2020-07-23 17:34:34 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2020-07-23 17:45:48 +0800 |
commit | f76ac3651f54fa96b7d6e7b2198d1a1b0f535c05 (patch) | |
tree | d77d9e11669f99692c06f723dfbc9a903e0a1b96 | |
parent | 5708f3bbff902cc26c122a9b97ed8c847ba9f5c5 (diff) |
Update .gitignore
We don't need to track generated files that are in under MSVC_NMake/
-rw-r--r-- | .gitignore | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -77,12 +77,13 @@ toy-text.png user-font.png # Windows -*.exe -*.user -*.ncb -*.suo -Debug -Release +MSVC_NMake/vs12/ +MSVC_NMake/vs14/ +MSVC_NMake/vs15/ +MSVC_NMake/vs16/ +MSVC_NMake/cairomm/cairommconfig.h +MSVC_NMake/cairomm/cairomm.rc +MSVC_NMake/pkg-ver.mak # untracked/ untracked/build_scripts/ |