diff --git a/.gitignore b/.gitignore index 1399c98..356c7dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Congress build/runtime artifacts +subunit.log + *.py[cod] # C extensions @@ -15,8 +18,8 @@ var sdist develop-eggs .installed.cfg -lib -lib64 +/lib +/lib64 # Installer logs pip-log.txt @@ -48,4 +51,6 @@ ChangeLog # Editors *~ -.*.swp \ No newline at end of file +.*.swp +*.swo +*.swn