Fixup gitignore

Change-Id: I8798e3ce68ce9ca607e9a6e9059227c32d041ebb
This commit is contained in:
Aaron Rosen 2014-09-03 07:25:26 -07:00
parent ee2c50130d
commit e2490d5b9c

11
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Congress build/runtime artifacts
subunit.log
*.py[cod] *.py[cod]
# C extensions # C extensions
@ -15,8 +18,8 @@ var
sdist sdist
develop-eggs develop-eggs
.installed.cfg .installed.cfg
lib /lib
lib64 /lib64
# Installer logs # Installer logs
pip-log.txt pip-log.txt
@ -48,4 +51,6 @@ ChangeLog
# Editors # Editors
*~ *~
.*.swp .*.swp
*.swo
*.swn