From 521c17412aed1ea30c60f4d90521ba029b2f091d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 28 Mar 2013 03:24:56 +0100 Subject: [PATCH] fixed excluding obj subdirs --- .gitignore | 19 +------------------ ChangeLog.txt | 4 ++++ 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 675bc8fbaf..73b8f1f6f2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,25 +22,8 @@ lib/vxworks/ lib/wce/ lib/win/ -obj/aix/ -obj/android/ -obj/beos/ -obj/bsd/ -obj/cygwin/ -obj/darwin/ -obj/dos/ -obj/hpux/ -obj/linux/ -obj/minix/ -obj/os2/ -obj/qnx/ -obj/sunos/ -obj/symbian/ -obj/vxworks/ -obj/wce/ -obj/win/ - # misc build files +obj .hbmk/ # misc junk diff --git a/ChangeLog.txt b/ChangeLog.txt index 5e9dde68aa..4aeb6c133e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-28 03:24 UTC+0100 Viktor Szakats (harbour syenar.net) + * .gitignore + ! fixed excluding obj subdirs + 2013-03-28 03:22 UTC+0100 Viktor Szakats (harbour syenar.net) * README.md * reverted to use ndashes