Migrate DatastoreContextIntrospectorFactory to OSGi DS
[controller.git] / .gitignore
index d1b82619fd423994f595239f7103389f1534a5eb..8758bfe6bb397f2e726d602f0b04c1ef8b64dd56 100644 (file)
@@ -1,6 +1,6 @@
 *.class
 **/target
-**/bin
+bin/
 dist
 **/logs
 products
@@ -8,8 +8,33 @@ repository
 workspace
 *~
 target
+target-ide
 .classpath
 .project
 .settings
-MANIFEST.MF
 opendaylight/northbound/integrationtest/logs/*
+*.ipr
+*.iml
+*.iws
+.idea
+xtend-gen
+yang-gen-config
+yang-gen-sal
+classes
+out/
+.externalToolBuilders
+maven-eclipse.xml
+.DS_STORE
+.metadata
+opendaylight/md-sal/sal-distributed-datastore/journal
+!opendaylight/distribution/opendaylight-karaf-resources/src/main/resources/bin
+.checkstyle
+.factorypath
+maven-metadata-local.xml
+.fbExcludeFilterFile
+META-INF
+
+# Sphinx documentation
+.tox/
+docs/_build/
+