From: Joe Guo Date: Thu, 7 Feb 2019 22:25:44 +0000 (+1300) Subject: .gitignore: add ignore rules for a few dev tools X-Git-Tag: ldb-1.6.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eac5a6bd5f945f74a29da3904003980dc9532fa;p=thirdparty%2Fsamba.git .gitignore: add ignore rules for a few dev tools Signed-off-by: Joe Guo Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Feb 15 06:07:07 CET 2019 on sn-devel-144 --- diff --git a/.gitignore b/.gitignore index ac05c21ddc8..1b307ca80d6 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,15 @@ semantic.cache .agignore # generated by configure python/samba/provision/kerberos_implementation.py + +# vagrant +.vagrant/ + +# Visual Studio Code +.vscode/ + +# read by pyenv to auto switch python envs +.python-version + +# read by direnv to auto load environment variables +.envrc