diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-12 18:49:29 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-16 10:38:51 -0400 |
commit | 50f466c54d1445e667b649d4731aa48d3aa76704 (patch) | |
tree | df2c3b9e0af9447af26ad353e8ce54a7e9a3657e /.gitignore | |
parent | b93bdeef411a1593060852da641475a65b3e9f64 (diff) |
Add Command executor maven module and Dockerfile
Change-Id: Iea3d14854e837fede441330ad34b35ac9d156f9a
Issue-ID: CCSDK-1164
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3e0e1f22..a2661f06f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Node.js **/node +# Python +**/*.pyc + # Logs logs *.log |