Added the sql_switch.py script to .gitignore
This commit is contained in:
parent
325ca444d1
commit
c898fa5acc
6
.gitignore
vendored
6
.gitignore
vendored
@ -19,12 +19,16 @@
|
|||||||
/celery.db
|
/celery.db
|
||||||
/kombu.db
|
/kombu.db
|
||||||
/server-log.txt
|
/server-log.txt
|
||||||
|
/mediagoblin/db/sql_switch.py
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
/mediagoblin/tests/user_dev/
|
/mediagoblin/tests/user_dev/
|
||||||
|
|
||||||
.installed.cfg
|
# File extensions
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# The legacy of buildout
|
||||||
|
.installed.cfg
|
Loading…
x
Reference in New Issue
Block a user