From: Nemanja Trifunovic Date: Sun, 14 Oct 2018 00:48:56 +0000 (-0400) Subject: Create .gitignore X-Git-Tag: v2.11.0-rc1~204^2~3^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a238813416e0ac8ea998b8814f00611a00f0735;p=icinga2 Create .gitignore Ignore: - .vscode - build --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..488d51dd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# VS Code: +.vscode/ +# Often used by CMake +build/ \ No newline at end of file