diff options
author | abatos <adrian.batos-parac@amdocs.com> | 2017-06-09 09:14:33 -0400 |
---|---|---|
committer | abatos <adrian.batos-parac@amdocs.com> | 2017-06-09 09:14:44 -0400 |
commit | 895cd72a962de1868151288d4df1510db5280fab (patch) | |
tree | 8dff1eb1a64deeaa9172869c33dcbfc66d0096f3 /.gitignore | |
parent | 7abd2dbc84f713f56fba58a0d39500bc2c440813 (diff) |
Configurable max heap size and PID fix
Change-Id: I9db736bd124b9ffba96a7aa307e82f1b1f74de30
Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a33cfa5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target/ +/bin/ +.project +.settings/
\ No newline at end of file |