Single docker image with default feature
[integration/packaging.git] / .gitignore
index 53ea040cf6a3a4032579ba797830f76ca87bb9d4..10f24b296cad0010ceddfee41a7ef22336066224 100644 (file)
@@ -1,20 +1,31 @@
-*.class
-**/target
-bin/
-dist
-**/logs
-products
-repository
-workspace
-*~
-target
-.classpath
-.project
-.settings
-MANIFEST.MF
-opendaylight/northbound/integrationtest/logs/*
-*.ipr
-*.iml
-*.iws
+# Vim
+.*.sw?
+
+# Vagrant
+.vagrant
+
+# Tox
+.tox/
+
+# Coala
+node_modules
+
+# Python
 .idea
+*.pyc
+*.egg-info/
+
+# Robot
+log.html
+output.xml
+report.html
+
+# Ansible
+*.retry
+
+# Archives
+*.tar.gz
+*.zip
 
+# Other
+packages/deb/opendaylight/*