2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
# build generated files
|
||||
/include/hbverbld.h
|
||||
*.hbl
|
||||
*.hbd
|
||||
|
||||
# build targets
|
||||
aix/
|
||||
android/
|
||||
beos/
|
||||
bsd/
|
||||
cygwin/
|
||||
darwin/
|
||||
dos/
|
||||
hpux/
|
||||
linux/
|
||||
minix/
|
||||
os2/
|
||||
qnx/
|
||||
sunos/
|
||||
symbian/
|
||||
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/
|
||||
Reference in New Issue
Block a user