cli: add `show-configuration-version` command
[deliverable/barectf.git] / .gitignore
index db4561eaa1d4f3ed01af114a315a0053776ffed0..1ff2f62381f084ce22d478fc8a48b6e7ff71e13b 100644 (file)
@@ -5,6 +5,9 @@ __pycache__/
 # C extensions
 *.so
 
+# C objects
+*.o
+
 # Distribution / packaging
 .Python
 env/
@@ -52,3 +55,6 @@ docs/_build/
 
 # PyBuilder
 target/
+
+# Virtual environment
+virt/
This page took 0.026329 seconds and 4 git commands to generate.