]> granicus.if.org Git - flex/commit
rename .cvsignore files to .gitignore
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Jul 2012 00:36:18 +0000 (20:36 -0400)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Jul 2012 00:36:18 +0000 (20:36 -0400)
commit6bff42f4e56e7092878afda6c858b6a73b86b595
tree16a12d9bfef9f7aa36d79ff304a25c1b62b9efd0
parent2d60f938dcf5fe3d162345bdde263b2c33ea85a9
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.
.gitignore [moved from .cvsignore with 100% similarity]
doc/.gitignore [moved from doc/.cvsignore with 100% similarity]
m4/.gitignore [moved from m4/.cvsignore with 100% similarity]
po/.gitignore [moved from po/.cvsignore with 100% similarity]