branch: master
commit 16907a35c31b6e8de66ff0ac59628aee96de9c7f
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Delete .cvsignore, move almost everything to .gitignore
---
 .cvsignore | 16 ----------------
 .gitignore |  8 ++++++++
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100755
index 837122e..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,16 +0,0 @@
-*.tar.gz
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache
-confdefs.h
-config.cache
-config.log
-config.status
-configure
-elc-stamp
-mmm.info*
-script
-semantic.cache
-stamp-vti
-version.texi
diff --git a/.gitignore b/.gitignore
index 4700f32..c520214 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,13 @@
 autom4te.cache
 aclocal.m4
 configure
+config.log
+config.status
+Makefile
 Makefile.in
+elc-stamp
+mmm.info*
 *.elc
+*.tar.gz
+script
+stamp-vti

Reply via email to