fnp
/
django-cas-provider.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a6477
)
update gitignore
author
Alex Kamedov
<alex@kamedov.ru>
Wed, 27 Apr 2011 14:58:20 +0000
(20:58 +0600)
committer
Alex Kamedov
<alex@kamedov.ru>
Wed, 27 Apr 2011 14:58:20 +0000
(20:58 +0600)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
0d20b64
..
4030171
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1
+1,9
@@
+# Python garbage
*.pyc
+*.egg-info
+
+# Mac OS X garbage
+.DS_Store
+
+# PyDev garbage
+.tmp*