diff options
author | 2021-02-19 12:19:58 +0100 | |
---|---|---|
committer | 2021-02-26 08:27:29 +0000 | |
commit | 6668f15295fc6fe7a89a77cd98bcd3f4dfb39788 (patch) | |
tree | c462cc5588369bcdb1efcf3502a318ca829f9daa /.gitignore | |
parent | b6e9a51a44645fa4466d5ea4b8eabe9d6c7710e0 (diff) |
Create cps-tdmt module
Issue-ID: CPS-243
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I102e1f6b4e2f9eaa88d856a94a869c0e005b700e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..624c9b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.class +*.jar +*.war +*.zip +*.log + +target/ +log/ + +.idea/ +.idea_modules/ +*.iml +*.ipr +*.iws + +.settings/ +bin/ +tmp/ +.metadata +.classpath +.project +*.tmp +.checkstyle
\ No newline at end of file |