Added the sql_switch.py script to .gitignore
authorJoar Wandborg <git@wandborg.com>
Mon, 5 Mar 2012 16:15:43 +0000 (17:15 +0100)
committerJoar Wandborg <git@wandborg.com>
Mon, 5 Mar 2012 16:15:43 +0000 (17:15 +0100)
.gitignore

index 4c62a7667d07633f70412a23887dbb93f92ad5b0..95f36a7b430b1936635727fcf8db342a9d117aa6 100644 (file)
 /celery.db
 /kombu.db
 /server-log.txt
+/mediagoblin/db/sql_switch.py
 
 # Tests
 /mediagoblin/tests/user_dev/
 
-.installed.cfg
+# File extensions
 *.pyc
 *.pyo
 *~
 *.swp
+
+# The legacy of buildout
+.installed.cfg
\ No newline at end of file