From patchwork Sat Apr 2 05:46:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: start a gitignore Date: Fri, 01 Apr 2011 19:46:33 -0000 From: Mike Frysinger X-Patchwork-Id: 89427 Message-Id: <1301723193-10831-1-git-send-email-vapier@gentoo.org> To: gcc-patches@gcc.gnu.org I committed this to the sourceware repo a while ago before I was made aware of the top level needing to be kept in sync with gcc. So this syncs that commit from sourceware CVS to gcc SVN. --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ ChangeLog | 4 ++++ 2 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc1bf3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +*.diff +*.patch +*.orig +*.rej + +*~ +*.a +*.flt +*.gdb +*.gmo +*.info +*.la +*.lo +*.o +*.tmp + +.deps +.libs + +autom4te.cache +config.cache +config.h +config.intl +config.log +config.status +libtool +Makefile +stamp-* +POTFILES +*-POTFILES +*/po/Makefile.in + +.gdbinit +.gdb_history +core + +lost+found + +*.log +*.sum diff --git a/ChangeLog b/ChangeLog index f97c1ab..22c8fc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-17 Mike Frysinger + + * .gitignore: New file. + 2010-11-05 Michael Eager * COPYING.LIBGLOSS: Correct typo in microblaze.