2013-04-04 05:55 UTC+0200 Viktor Szakats (harbour syenar.net)
* .gitignore
+ added test command
! fixed exceptions to be in sync with files in repo
* contrib/3rd/sqlite3/*
* contrib/3rd/sqlite3/sqlite3.hbp
* updated to 3.7.16
* src/3rd/png/*
* src/3rd/png/Makefile
* src/3rd/png/png.dif
* src/3rd/png/pngpriv.h
* updated to 1.6.1
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,8 +1,10 @@
|
||||
# To validate, run:
|
||||
# 'git ls-files -i --exclude-standard'
|
||||
|
||||
# build generated files
|
||||
/include/hbverbld.h
|
||||
bin/*/
|
||||
lib/*/
|
||||
!lib/3rd/
|
||||
obj
|
||||
.hbmk/
|
||||
*.hbl
|
||||
@@ -29,3 +31,10 @@ obj
|
||||
# misc junk
|
||||
.DS_Store
|
||||
*.bak
|
||||
|
||||
# exceptions
|
||||
!libunicows.a
|
||||
!unicows.lib
|
||||
!lib/3rd
|
||||
!config/*.exe
|
||||
!/*.exe
|
||||
|
||||
Reference in New Issue
Block a user