summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJess VanDerwalker <washu@sonic.net>2011-12-16 16:30:02 -0800
committerJess VanDerwalker <washu@sonic.net>2011-12-16 16:30:02 -0800
commitb788a96d5a417ab2d6ef112478a926312e3ebd14 (patch)
tree8784ca9b5a262b6bea13956c7f49e6d492cd3c4e /.gitignore
parent6d47627340684ffb2b2b4cd7e4a1140c9a304388 (diff)
Initial version of ignore file. Created especially to keep out
.DS_Store files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1adf6e2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Files for git to ignore
+#
+
+# Ignore the .DS_Store files that Apple seems to want in every directory
+.DS_Store
+
+# Ignore emacs temp files and emacs desktop files
+*~
+.emacs.desktop
+.emacs.desktop.lock
+
+# Ignore object files
+*.o \ No newline at end of file