diff options
author | Noel O'Donnell <6617714+odonnellnoel@users.noreply.github.com> | 2019-07-26 02:27:54 +0100 |
---|---|---|
committer | Noel O'Donnell <6617714+odonnellnoel@users.noreply.github.com> | 2019-07-26 02:27:54 +0100 |
commit | 95bebb1fa29ee23395c112e578af0245e56b841c (patch) | |
tree | 6c36d13fee3bfcb900b1ca4238fc61bfcf087b72 /.gitignore | |
parent | Merge pull request #5635 (diff) | |
download | monero-95bebb1fa29ee23395c112e578af0245e56b841c.tar.xz |
Add nbproject directory to .gitignore
Diffstat (limited to '.gitignore')
-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 |