diff options
author | Óscar Andreu <oscarandreu@users.noreply.github.com> | 2018-04-12 09:44:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 09:44:21 +0100 |
commit | 52d686b17f069309226a3b96a16609bead558fa5 (patch) | |
tree | 109f1e4865dd600b1014261a1607dbfb25c2ec24 | |
parent | 6fc979633d50a093e3245706b355c5555ed6ab9f (diff) | |
download | gitignore-52d686b17f069309226a3b96a16609bead558fa5.tar.gz gitignore-52d686b17f069309226a3b96a16609bead558fa5.zip |
Added NiFi .nar files
-rw-r--r-- | Java.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Java.gitignore b/Java.gitignore index 6143e53f..a1c2a238 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -13,6 +13,7 @@ # Package Files # *.jar *.war +*.nar *.ear *.zip *.tar.gz |