docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / .gitignore
index 9e99c10de775edc75c698fe686bd660a938f3a57..de3feaabf287c2b9006a07e5321e3f76c33b43e7 100644 (file)
@@ -3,6 +3,7 @@
 /st/
 .waf*
 .lock-wscript
+.build.log
 *~
 *.swp
 /tags
@@ -66,6 +67,24 @@ semantic.cache
 /.emacs.desktop*
 .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
+
+# LSP servers
+compile_commands.json
+.clangd/
+.cache/
+.ropeproject/