X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=138ebd03b80fcf4ad9316b7092dcb82d4ee88794;hb=f4812fdef78724d19b46e40808d66f9165913044;hp=fd2ceb79c54beba69de2cf227928efcb7d96b564;hpb=a8e4196048c8f85b112aa395b0c32c7e0d5a5803;p=odlparent.git diff --git a/.gitignore b/.gitignore index fd2ceb79c..138ebd03b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ bin/ tmp/ *.tmp *.bak -*.swp *~.nib local.properties .settings/ @@ -17,6 +16,13 @@ local.properties .classpath .checkstyle +.fbExcludeFilterFile + +# Vim +.*.sw? + +# https://github.com/jbosstools/m2e-apt +.factorypath # External tool builders .externalToolBuilders/ @@ -30,7 +36,7 @@ local.properties # PDT-specific .buildpath -# sbteclipse plugin +# sbteclipse plugin .target # TeXlipse plugin @@ -70,5 +76,11 @@ atlassian-ide-plugin.xml com_crashlytics_export_strings.xml # maven -target +target/ +target-ide/ + +# ./tox.ini Python packages used e.g. by http://coala.io +.tox/ +# Sphinx build directory +_build