.gitignore: add some missing files
[babeltrace.git] / .gitignore
index 456c58d768104e9de6ab63cb180db963160191bb..d71cc16754614cb088cbedf628fd2d7cdb456177 100644 (file)
@@ -8,6 +8,9 @@
 .deps
 .libs
 
+# Output of `make dist`
+/babeltrace2-*.tar.bz2
+
 # Generated Autotools files
 .dirstamp
 aclocal.m4
@@ -25,10 +28,24 @@ Makefile
 Makefile.in
 stamp-h1
 
+# Generated documentation files
+/doc/api/libbabeltrace2/Doxyfile
+/doc/api/libbabeltrace2/output
+/doc/bindings/python/build/
+/doc/man/*.1
+/doc/man/*.7
+/doc/man/asciidoc-attrs.conf
+
 # Generated Python files
 *.egg-info
 __pycache__
 /src/bindings/python/bt2/dist
+/src/bindings/python/bt2/setup.py
+/src/bindings/python/bt2/bt2/native_bt.c
+/src/bindings/python/bt2/bt2/native_bt.d
+/src/bindings/python/bt2/bt2/native_bt.py
+/src/bindings/python/bt2/bt2/version.py
+/src/bindings/python/bt2/build/
 
 # Generated pkg-config files
 /src/babeltrace2-ctf-writer.pc
@@ -80,8 +97,13 @@ __pycache__
 *.swp
 *~
 .cache/
+.clangd
+.coverage
+.gdb_history
 .theia
+.vscode
 compile_commands.json
 cscope*
+htmlcov/
 /install/
 TAGS
This page took 0.02421 seconds and 4 git commands to generate.