[3269] in BarnOwl Developers
[PATCH] Remove emacs and vim files from .gitignore
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sat May 5 20:39:07 2012
From: Geoffrey Thomas <geofft@ldpreload.com>
To: barnowl-dev@mit.edu
Cc: Geoffrey Thomas <geofft@ldpreload.com>
Date: Sat, 5 May 2012 17:38:21 -0700
If you want these ignored, put them in core.excludesfile (e.g.,
~/.gitignore) or in .git/info/excludes. The project itself doesn't
involve emacs or vim, and some people (like me) actually want to see
these in `git status`.
This reverts 1703f7231e2822e81916109bafcfebee606f7beb,
0741984c2bd338434f3ece168f6de9c4df82efa6, and
6b7e7a50c32181a4902b9f9d2a80105934f49a6b.
---
.gitignore | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 79163a6..0ef547a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,12 @@
*.a
*.o
*.par
-*~
-.#*
-.*.swp
.deps
META.yml
Makefile
Makefile.in
Makefile.old
TAGS
-\#*#
aclocal.m4
autom4te.cache
barnowl.bin
--
1.7.2.5