2012-07-11 23:41 UTC+0200 Viktor Szakats (harbour syenar.net)

* .gitignore
    + extended, further cleaned up
This commit is contained in:
Viktor Szakats
2012-07-11 21:41:50 +00:00
parent 020b1004ae
commit 58915f7a96
2 changed files with 27 additions and 2 deletions

25
harbour/.gitignore vendored
View File

@@ -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/

View File

@@ -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/*