From 65b5a6773e947595c140e1795bb413ec811fce2f Mon Sep 17 00:00:00 2001 From: anonimal Date: Mon, 5 Oct 2015 10:24:22 +0000 Subject: [PATCH] Add Netbeans-related to .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 9b4bcdf2..33ebcee2 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,14 @@ local.properties # PDT-specific .buildpath +################# +## Netbeans +################# + +# CMake: if "Project with Existing Sources" is properly setup, then only the following needs to be ignored: +# (e.g., don't select "Automatic" but instead select "Run Configure Script in Subfolder:" into ./build/) +build/compile_commands.json +nbproject/ ################# ## Visual Studio