From: Ville Brofeldt Date: Sat, 23 Feb 2019 16:02:42 +0000 (+0200) Subject: Ignore Pipenv* and .idea X-Git-Tag: rel_1_3_0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4514%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Ignore Pipenv* and .idea --- diff --git a/.gitignore b/.gitignore index 028335b0e7..8ac332355f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ sqlnet.log *.rej test/test_schema.db *test_schema.db - +.idea +/Pipfile*