monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 6897df2587db6980b48b24dc341b811a9d807753
Author: Mosè Giordano <[email protected]>
Date: Sun May 19 12:32:55 2013 +0200
Move remaining .cvsignore to .gitignore.
* doc/.gitignore: Rename from .cvsignore.
* preview/.gitignore: Ditto.
* preview/latex/.gitignore: Ditto.
---
ChangeLog | 8 ++++++++
doc/{.cvsignore => .gitignore} | 23 ++++++++++++++++++++---
preview/{.cvsignore => .gitignore} | 0
preview/latex/{.cvsignore => .gitignore} | 0
4 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c987164..6354fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-05-19 Mos� Giordano <[email protected]>
+
+ * doc/.gitignore: Rename from .cvsignore.
+
+ * preview/.gitignore: Ditto.
+
+ * preview/latex/.gitignore: Ditto.
+
2013-05-18 Mos� Giordano <[email protected]>
* latex.el: Update copyright years, there have been non-trivial
diff --git a/doc/.cvsignore b/doc/.gitignore
similarity index 55%
rename from doc/.cvsignore
rename to doc/.gitignore
index 644ba7f..7d4c777 100644
--- a/doc/.cvsignore
+++ b/doc/.gitignore
@@ -1,6 +1,23 @@
-*.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys
-*.log *.pg *.pgs *.toc *.tp *.vr *.vrs *.tmp *.ps *.pdf
-*.info *.info-*
+*.aux
+*.cp
+*.cps
+*.dvi
+*.fn
+*.fns
+*.ky
+*.kys
+*.log
+*.pg
+*.pgs
+*.toc
+*.tp
+*.vr
+*.vrs
+*.tmp
+*.ps
+*.pdf
+*.info
+*.info-*
Makefile
CHANGES
HISTORY
diff --git a/preview/.cvsignore b/preview/.gitignore
similarity index 100%
rename from preview/.cvsignore
rename to preview/.gitignore
diff --git a/preview/latex/.cvsignore b/preview/latex/.gitignore
similarity index 100%
rename from preview/latex/.cvsignore
rename to preview/latex/.gitignore