Hello, The GDB sources contain some python files, and executing them causes these .pyc files to appear. We could ignore them in GDB only, but I think this is the type of extension (compilation artifact) which can be shared amoung all projects.
ChangeLog: * .gitignore: Ignore *.pyc file. Ok to apply? Thanks, -- Joel --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dc1bf3f..8e2e1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.la *.lo *.o +*.pyc *.tmp .deps -- 1.7.10.4