diff options
author | Ian Lance Taylor <iant@google.com> | 2010-11-10 00:39:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-11-10 00:39:08 +0000 |
commit | 7f904ad1081024a7e5af14c3281b421f97257b16 (patch) | |
tree | c1b6bceccb863f354b811eee5f22e60d40c446b7 /gcc/po/EXCLUDES | |
parent | fa4da94d1d886daaf0a987caf85c9929e94a63ab (diff) | |
download | gcc-7f904ad1081024a7e5af14c3281b421f97257b16.zip gcc-7f904ad1081024a7e5af14c3281b421f97257b16.tar.gz gcc-7f904ad1081024a7e5af14c3281b421f97257b16.tar.bz2 |
exgettext: Look for .cc files.
* exgettext: Look for .cc files. Look in subdirectories of
language subdirectories.
* EXCLUDES: Update comment.
From-SVN: r166515
Diffstat (limited to 'gcc/po/EXCLUDES')
-rw-r--r-- | gcc/po/EXCLUDES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/po/EXCLUDES b/gcc/po/EXCLUDES index e2ba80a..b7874d1 100644 --- a/gcc/po/EXCLUDES +++ b/gcc/po/EXCLUDES @@ -18,8 +18,8 @@ # This file lists all the sources which should *not* be scanned for # strings to translate. Only the first word on each line is used; the -# rest is ignored. Only files with an extension of .c or .h or .def are -# examined to begin with. +# rest is ignored. Only files with an extension of .c, .cc, .h, or +# .def are examined to begin with. # These files are part of libgcc, or target headers provided by gcc. config/darwin-crt2.c |