X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=ae31e0b1e7c849fe1b6c7a6c170924411cf5ba76;hb=485ad9e9946bf38f9e50033e7e91e0acd9042f0a;hp=fc1d35eb24cf316de1d8264aa24fb892be6a0551;hpb=04f290b5d82a23fad8ef1b127be9ab3e2c4e8fac;p=netconf.git diff --git a/.gitignore b/.gitignore index fc1d35eb24..ae31e0b1e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,39 @@ +*.class +**/target +bin/ +dist +**/logs +products +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 +maven-metadata-local.xml +.checkstyle +.factorypath +.fbExcludeFilterFile + +# Sphinx documentation +.tox/ +docs/_build/