projects
/
swc-boot-camp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e361e
)
Ignore weird mac DS_Store files.
author
arokem
<arokem@gmail.com>
Mon, 25 Mar 2013 00:37:18 +0000
(17:37 -0700)
committer
W. Trevor King
<wking@tremily.us>
Wed, 23 Oct 2013 05:29:51 +0000
(22:29 -0700)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 230f28944c2a6f3e70d5e376c71a412e4d220819..629e344bc09bbefe54fa2b0e2b1ed119ddf3d29d 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-6,3
+6,6
@@
_site
# Python
*.pyc
+
+# Mac:
+.DS_Store
\ No newline at end of file