Pārlūkot izejas kodu

gitignore: Ignore .pyc files

They are generated, esepcially during test runs and selftests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 gadi atpakaļ
vecāks
revīzija
3145390785
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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