From 58915f7a960b64936410bb169fb010eb8c77e8b1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 11 Jul 2012 21:41:50 +0000 Subject: [PATCH] 2012-07-11 23:41 UTC+0200 Viktor Szakats (harbour syenar.net) * .gitignore + extended, further cleaned up --- harbour/.gitignore | 25 +++++++++++++++++++++++-- harbour/ChangeLog | 4 ++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/harbour/.gitignore b/harbour/.gitignore index f8f77fbcd2..920aa1c5e8 100644 --- a/harbour/.gitignore +++ b/harbour/.gitignore @@ -1,8 +1,12 @@ +# legacy .svn -.hbmk -include/hbverbld.h +# build generated files +/include/hbverbld.h +*.hbl +*.hbd +# build targets aix/ android/ beos/ @@ -21,5 +25,22 @@ vxworks/ wce/ win/ +# misc build files +.hbmk/ + +# misc junk +.DS_Store +*.bak + +# 'install'-ed binaries *.exe *.dll +*.dxe +*.dylib +*.so +*.sl +*.lib +*.a + +# packages +/pkg/ diff --git a/harbour/ChangeLog b/harbour/ChangeLog index efa7b22e0e..0a4bb27cad 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-11 23:41 UTC+0200 Viktor Szakats (harbour syenar.net) + * .gitignore + + extended, further cleaned up + 2012-07-11 12:29 UTC+0200 Viktor Szakats (harbour syenar.net) * src/3rd/pcre/Makefile * src/3rd/pcre/*