X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.gitignore;h=138ebd03b80fcf4ad9316b7092dcb82d4ee88794;hb=7433bc2a76b2e774176a5bcc9b0e08f37962a570;hp=2ef9ec33caab03c9b656b2c806eb81771b0c0396;hpb=dac0f1c5b83706807c4aabc998b73dd752ca1e3d;p=odlparent.git diff --git a/.gitignore b/.gitignore index 2ef9ec33c..138ebd03b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ bin/ tmp/ *.tmp *.bak -*.swp *~.nib local.properties .settings/ @@ -17,6 +16,10 @@ local.properties .classpath .checkstyle +.fbExcludeFilterFile + +# Vim +.*.sw? # https://github.com/jbosstools/m2e-apt .factorypath @@ -75,3 +78,9 @@ com_crashlytics_export_strings.xml # maven target/ target-ide/ + +# ./tox.ini Python packages used e.g. by http://coala.io +.tox/ + +# Sphinx build directory +_build