From: Philippe Proulx Date: Wed, 16 Mar 2016 17:10:56 +0000 (-0400) Subject: .gitignore: add virt and *.o X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=acb5316b1b84679d4ba5b1747c9dccf5303ec552;p=deliverable%2Fbarectf.git .gitignore: add virt and *.o Signed-off-by: Philippe Proulx --- diff --git a/.gitignore b/.gitignore index db4561e..1ff2f62 100644 --- a/.gitignore +++ b/.gitignore @@ -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/