diff options
author | JoeOLeary <joseph.o.leary@est.tech> | 2019-02-15 13:46:01 +0000 |
---|---|---|
committer | JoeOLeary <joseph.o.leary@est.tech> | 2019-02-15 13:46:01 +0000 |
commit | 924ab47c83837fae7c70713cab51665b8fc858a6 (patch) | |
tree | d26b3fcf654603bdf27992399a76c7f879fffcc6 /.gitignore | |
parent | 85d315a40fa48255e1104a0c2d6c5ad984952c9c (diff) |
Add Mapping
Change-Id: I417b7fe9d0e588c6c38dc23eb55e43a85e277e81
Issue-ID: DCAEGEN2-1216
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ **/.settings
*.classpath
*.project
-**/target
\ No newline at end of file +**/target
+.idea/
+pm-mapper.iml
|