summaryrefslogtreecommitdiff
path: root/runtime-po
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2008-07-16 02:05:14 -0400
committerJoel E. Denny <jdenny@ces.clemson.edu>2008-07-16 02:05:14 -0400
commit9aacab9ae9a16465284768f4014dc08b26819180 (patch)
treeb7f22953c52d8a4b36744bfaa9ac643c5eb6c79b /runtime-po
parenta9fc7990fac9294374dd5e723c1e2609079cddcb (diff)
downloadbison-9aacab9ae9a16465284768f4014dc08b26819180.tar.gz
Fix some .gitignore and .cvsignore problems.
* bootstrap (insert_sorted_if_absent): Replace all uses with... (insert_vc_ignore): ... this new function, which prepends `/' to all .gitignore entries before passing them to insert_sorted_if_absent. * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that .cvsignore files are maintained even though Bison developers run bootstrap while using Git. * .cvsignore (*.patch *.log log patches applied): Remove, apparently unneeded by Bison. (gnulib): Add. * .gitignore (/*.patch *.log log patches applied): Remove, broken and unneeded. Reported by Eric Blake. * lib/.gitignore (/*~): Add. * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore. * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric Blake. * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
Diffstat (limited to 'runtime-po')
-rw-r--r--runtime-po/.cvsignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime-po/.cvsignore b/runtime-po/.cvsignore
index 03172547..aad7a480 100644
--- a/runtime-po/.cvsignore
+++ b/runtime-po/.cvsignore
@@ -1,5 +1,7 @@
*.gmo
*.po
+*.po~
+.reference
LINGUAS
Makefile
Makefile.in