summaryrefslogtreecommitdiff
path: root/m4
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 /m4
parent2d60f938dcf5fe3d162345bdde263b2c33ea85a9 (diff)
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/.gitignore (renamed from m4/.cvsignore)0
1 files changed, 0 insertions, 0 deletions
diff --git a/m4/.cvsignore b/m4/.gitignore
index 0063d7a..0063d7a 100644
--- a/m4/.cvsignore
+++ b/m4/.gitignore