summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2012-07-22 20:36:18 -0400
committerWill Estes <wlestes@users.sourceforge.net>2012-07-22 20:36:18 -0400
commit6bff42f4e56e7092878afda6c858b6a73b86b595 (patch)
tree16a12d9bfef9f7aa36d79ff304a25c1b62b9efd0
parent2d60f938dcf5fe3d162345bdde263b2c33ea85a9 (diff)
downloadflex-git-6bff42f4e56e7092878afda6c858b6a73b86b595.tar.gz
rename .cvsignore files to .gitignore
The .cvsignore files from the legacy cvs repository tracked what files got autogenerated during various stages of the flex build. Renaming the .cvsignore files to .gitignore lets git do the same thing. git is better about letting higher level .gitignore files not-track files in lower level directories. As I work my way through the test directories, we may add additional .gitignore files from the old .cvsignore files. The po/ directory has a lot of special files used by gettext, so the patterns in po/.gitignore look very different. The doc/.gitignore file accounts for what texinfo/makeinfo do, and so it also has special patterns. The m4 directory is mainly present for autoconf's benefit, but we have to account for it so make can do the right thing. Hence, m4/.gitignore says to ignore *.m4, as counterintuitive as that may seem.
-rw-r--r--.gitignore (renamed from .cvsignore)0
-rw-r--r--doc/.gitignore (renamed from doc/.cvsignore)0
-rw-r--r--m4/.gitignore (renamed from m4/.cvsignore)0
-rw-r--r--po/.gitignore (renamed from po/.cvsignore)0
4 files changed, 0 insertions, 0 deletions
diff --git a/.cvsignore b/.gitignore
index 4684cfa..4684cfa 100644
--- a/.cvsignore
+++ b/.gitignore
diff --git a/doc/.cvsignore b/doc/.gitignore
index c74bc7b..c74bc7b 100644
--- a/doc/.cvsignore
+++ b/doc/.gitignore
diff --git a/m4/.cvsignore b/m4/.gitignore
index 0063d7a..0063d7a 100644
--- a/m4/.cvsignore
+++ b/m4/.gitignore
diff --git a/po/.cvsignore b/po/.gitignore
index 4c41f8c..4c41f8c 100644
--- a/po/.cvsignore
+++ b/po/.gitignore