]> granicus.if.org Git - icinga2/commitdiff
Create .gitignore
authorNemanja Trifunovic <ntrifunovic@hotmail.com>
Sun, 14 Oct 2018 00:48:56 +0000 (20:48 -0400)
committerNemanja Trifunovic <ntrifunovic@hotmail.com>
Sun, 14 Oct 2018 00:48:56 +0000 (20:48 -0400)
Ignore:
- .vscode
- build

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..488d51d
--- /dev/null
@@ -0,0 +1,4 @@
+# VS Code:
+.vscode/
+# Often used by CMake 
+build/
\ No newline at end of file