Fix: barectf/include/3: remove `byte-order` properties
[deliverable/barectf.git] / .gitignore
index db4561eaa1d4f3ed01af114a315a0053776ffed0..cc4a89652e648d990fcc5151b8561081e4c018e0 100644 (file)
@@ -5,6 +5,9 @@ __pycache__/
 # C extensions
 *.so
 
+# C objects
+*.o
+
 # Distribution / packaging
 .Python
 env/
@@ -52,3 +55,9 @@ docs/_build/
 
 # PyBuilder
 target/
+
+# Virtual environment
+virt/
+
+# pytest
+.pytest_cache/
This page took 0.022658 seconds and 4 git commands to generate.