aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-06-03 09:48:34 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-04 10:59:59 +0200
commit427c105c589f0737871a60759b416eda6fb52bf2 (patch)
tree3a918e6fc1cb9e692bbecbd815196e42d51c4d37 /.gitignore
parentf46416c1031ebd16613c06d8112d377f09216af0 (diff)
Add tox.ini for pythonsdk-tests
Issue-ID: INT-1607 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I668882bcceb98c47896486c600f24fae52341b61 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..543c596
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+.idea/
+.project
+.classpath
+.factorypath
+.settings/
+target/
+autorelease/build/*/
+autorelease/dist
+log.html
+output.xml
+report.html
+env.properties
+.vagrant
+/archives/
+*.jar
+*.zip
+*.tar
+*.log
+.vagrant
+*~
+.checkstyle
+.DS_Store
+devtool/
+seccom/
+csit/
+.idea
+*.iml
+/.pydevproject
+/bin/
+*.class
+*.csar
+benchmark/
+.tox/