commit 996338d06b90be6b8171d40f0099ab548070603c parent bc7387886d4d48a18bad840106f5183fa444d8ef Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Sun, 21 Oct 2018 12:30:57 +0300 Add new exceptions to .gitignore Diffstat:
M | .gitignore | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -76,5 +76,10 @@ docs/ # CLion .idea/ +# VSCode +.vs-code/ -*.TMP -\ No newline at end of file +# CLion +cmake-* + +*.TMP