Explorar el 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 hace 4 años
padre
commit
3145390785
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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