diff options
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3ca5562d539..58f491f333bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ *~ .*.sw[op] +# python generated file +*.pyc + # where the 'subrepos' and downloads are located /clone /src |