diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-26 07:56:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-26 07:56:17 -0700 |
commit | 28e286d28fc31761db8f41b0047705d9b2f24767 (patch) | |
tree | 667216b3f14ae79760484654a8ab4ec63e8d2c29 | |
parent | 8c33f465414d2dbf41a885b841db65b35b913c9e (diff) |
Add *~ to .gitignore to ignore emacs droppings
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ |