diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:27:06 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:27:06 -0500 |
commit | 17f1ac8a42b7a439e9f010e036da22c5088ecd10 (patch) | |
tree | 0e7c2203ac4262022966790535a4add09e16db12 | |
parent | Merge pull request #5757 (diff) | |
parent | Add nbproject directory to .gitignore (diff) | |
download | monero-17f1ac8a42b7a439e9f010e036da22c5088ecd10.tar.xz |
Merge pull request #5775
95bebb1 Add nbproject directory to .gitignore (odonnellnoel)
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d321aa43d..0ece7cb75 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,9 @@ local.properties # PDT-specific .buildpath +# Netbeans-specific +nbproject + # sbteclipse plugin .target @@ -103,4 +106,4 @@ local.properties .texlipse .idea/ -/testnet
\ No newline at end of file +/testnet |