diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-03-21 14:19:43 +0100 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-03-21 14:29:30 +0100 |
commit | ec0cf09f662c44f2ac115166ce61020202ac3d26 (patch) | |
tree | 82738cca6fc4b62bb7e1d00049f844d52f895f66 /.gitignore | |
parent | b5c3f70c873bedbb37a3220090812c099f88deab (diff) |
Initial structure of pnf-registration-handler
Change-Id: I38bc1a37b98243dc887518cdd10693af4bf214dd
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f56704bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# Intellij IDE +.idea +*.iml + +target
\ No newline at end of file |