Add Netbeans-related to .gitignore

This commit is contained in:
anonimal 2015-10-05 10:24:22 +00:00
parent 9da8f44761
commit 65b5a6773e

8
.gitignore vendored
View File

@ -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