projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325ca44
)
Added the sql_switch.py script to .gitignore
author
Joar Wandborg
<git@wandborg.com>
Mon, 5 Mar 2012 16:15:43 +0000
(17:15 +0100)
committer
Joar Wandborg
<git@wandborg.com>
Mon, 5 Mar 2012 16:15:43 +0000
(17:15 +0100)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 4c62a7667d07633f70412a23887dbb93f92ad5b0..95f36a7b430b1936635727fcf8db342a9d117aa6 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-19,12
+19,16
@@
/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