Switch to using lfdocs-conf to pull in theme
[integration/packaging.git] / .gitignore
index eea525fe3fc2bfe5fcd3bfbb137f23aecff57233..10f24b296cad0010ceddfee41a7ef22336066224 100644 (file)
@@ -1,27 +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
-.*.sw?
-.vagrant
-.tox/
-*.egg-info/
+
+# Ansible
+*.retry
+
+# Archives
+*.tar.gz
+*.zip
+
+# Other
+packages/deb/opendaylight/*