* .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
41 lines
377 B
Plaintext
Executable File
41 lines
377 B
Plaintext
Executable File
# To validate, run:
|
|
# 'git ls-files -i --exclude-standard'
|
|
|
|
# build generated files
|
|
/include/hbverbld.h
|
|
bin/*/
|
|
lib/*/
|
|
obj
|
|
.hbmk/
|
|
*.hbl
|
|
*.hbd
|
|
*.hbr
|
|
*.hrb
|
|
|
|
# 'install'-ed binaries
|
|
*.exe
|
|
*.dll
|
|
*.dxe
|
|
*.dylib
|
|
*.so
|
|
*.sl
|
|
*.lib
|
|
*.a
|
|
|
|
# packages
|
|
/pkg/
|
|
|
|
# not hosted contribs
|
|
/addons/
|
|
|
|
# misc junk
|
|
.DS_Store
|
|
*.bak
|
|
|
|
# exceptions
|
|
!libunicows.a
|
|
!unicows.lib
|
|
!lib/3rd
|
|
!config/*.exe
|
|
!/*.exe
|