X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=138ebd03b80fcf4ad9316b7092dcb82d4ee88794;hb=5bb84a3694ab0022c3e6740c58c13c4921584f4f;hp=09918bc3d8f5835d75ab2e0d64a859b24bf04abf;hpb=5890f60fdf4d8ce2f2190c6bb4ce129357dd6e87;p=odlparent.git diff --git a/.gitignore b/.gitignore index 09918bc3d..138ebd03b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,23 @@ bin/ tmp/ *.tmp *.bak -*.swp *~.nib local.properties .settings/ .loadpath +.project +.classpath + +.checkstyle +.fbExcludeFilterFile + +# Vim +.*.sw? + +# https://github.com/jbosstools/m2e-apt +.factorypath + # External tool builders .externalToolBuilders/ @@ -25,7 +36,7 @@ local.properties # PDT-specific .buildpath -# sbteclipse plugin +# sbteclipse plugin .target # TeXlipse plugin @@ -65,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