projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcab53d
)
Emacs users will appreciate Emacs backup/autosave files ignored via .gitignore.
author
Bradley M. Kuhn
<bkuhn@ebb.org>
Sat, 28 Apr 2012 13:39:12 +0000
(09:39 -0400)
committer
Bradley M. Kuhn
<bkuhn@ebb.org>
Sat, 28 Apr 2012 13:39:12 +0000
(09:39 -0400)
Signed-off-by: Bradley M. Kuhn <bkuhn@ebb.org>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
a530800
..
61d5c15
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,6
+1,10
@@
# Hide temp files
*.swp
+# Hide emacs autosave/backup files
+#*#
+
+*~
# Hide built objects
*.[oa]
*.la