1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

.gitignore: add ignore rules for a few dev tools

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Feb 15 06:07:07 CET 2019 on sn-devel-144
This commit is contained in:
Joe Guo 2019-02-08 11:25:44 +13:00 committed by Andrew Bartlett
parent 63ea86804f
commit 8eac5a6bd5

12
.gitignore vendored
View File

@ -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