smbd: Remove unused function linux_set_lease_capability
[metze/samba/wip.git] / .gitignore
index 1f064939de258fcf9e1197249680e3801b58d3a1..49abc2e9099917e1a5096a5c134eaa9bbd1ecf4c 100644 (file)
@@ -3,6 +3,7 @@
 /st/
 .waf*
 .lock-wscript
+.build.log
 *~
 *.swp
 /tags
@@ -64,8 +65,24 @@ semantic.cache
 /bin/.confcache/*/*
 /bin/.conf_check_*/*
 /.emacs.desktop*
-/.gdb_history
+.gdb_history
 .clang-format
-
+.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
+
+# YouCompleteMe
+compile_commands.json
+.clangd/