X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=138ebd03b80fcf4ad9316b7092dcb82d4ee88794;hb=f0cc77d79ec54780056a78e399fe5c0e827ee767;hp=09918bc3d8f5835d75ab2e0d64a859b24bf04abf;hpb=f09c722f276876af9d0f12ca1e975cb26c3213d2;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