From: Andrew Grimberg Date: Mon, 13 Feb 2017 13:54:53 +0000 (-0800) Subject: Add a fairly basic .gitignore X-Git-Tag: v0.0.6~35 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F4099%2F1;p=releng%2Flftools.git Add a fairly basic .gitignore Change-Id: Iabcd042ddc733a12fdd766dcbdcd3fddde735279 Signed-off-by: Andrew Grimberg --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2fdce4b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Ignore Vim temporary files +.*.sw? + +# Maven +target/ + +# Vagrant +.vagrant + +# IntelliJ +.idea/ +*.iml + +# Eclipse +.project + +# Python +.tox/ +__pycache__/ +*.pyc