X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=138ebd03b80fcf4ad9316b7092dcb82d4ee88794;hb=1bc8c75404f72cf02a592ca9651ba9a905aa566d;hp=2b90dbd5b72f1325afed221aed2bd7dbbf9c93b5;hpb=414c372065abc087f63fc2f6c83e17dbecce3306;p=odlparent.git diff --git a/.gitignore b/.gitignore index 2b90dbd5b..138ebd03b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ bin/ tmp/ *.tmp *.bak -*.swp *~.nib local.properties .settings/ @@ -16,6 +15,15 @@ local.properties .project .classpath +.checkstyle +.fbExcludeFilterFile + +# Vim +.*.sw? + +# https://github.com/jbosstools/m2e-apt +.factorypath + # External tool builders .externalToolBuilders/ @@ -28,7 +36,7 @@ local.properties # PDT-specific .buildpath -# sbteclipse plugin +# sbteclipse plugin .target # TeXlipse plugin @@ -68,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