]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add Visual Studio build directory to .gitignore (#650)
authorAlexander Lanin <alex@lanin.de>
Wed, 2 Sep 2020 08:42:52 +0000 (10:42 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 08:42:52 +0000 (10:42 +0200)
.gitignore

index bb7158fcc64a9bf034aa5e09f86b54f26aefb9ce..10df918ea5c042eba9283541cae79b92082931b2 100644 (file)
@@ -20,6 +20,7 @@ testdir/
 
 # Visual Studio
 /.vs/
+/out/build/
 
 # Visual Studio Code
 /.vscode/