Explorar o código

gitignore: Ignore .pyc files

They are generated, esepcially during test runs and selftests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj %!s(int64=4) %!d(string=hai) anos
pai
achega
3145390785
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -6,3 +6,4 @@ build*
 *.log
 docs/_build
 /layers
+*.pyc