]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Ignore files from VS (Code) (#508)
authorAlexander Lanin <AlexanderLanin@users.noreply.github.com>
Mon, 20 Jan 2020 21:54:48 +0000 (22:54 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 20 Jan 2020 21:54:48 +0000 (22:54 +0100)
.gitignore

index 6c52e80ab69e37aa7ce0f5ff71d21c60a4ac3b23..cbdb960e4ca6ce03cb9394a7d2b83096d72f84d5 100644 (file)
@@ -29,3 +29,9 @@ src/version.cpp
 testdir.*
 unittest/run
 zstd-*.tar.gz
+
+# Visual Studio
+.vs/
+
+# Visual Studio Code
+.vscode/