Files
foxbin2prg/TESTS/.gitignore
Lutz caaf3e93ed New version
see docs/Changelog.md
Merge branch 'fork_mod'
2023-12-06 14:03:41 +01:00

93 lines
1.0 KiB
Plaintext

#exclude general
*.*
#include general
#dbx data
#!*.dbf
#!*.cdx
#!*.fpt
#!*.dbc
#!*.dc[tx]
#grafics
!*.bmp
!*.msk
!*.ico
!*.cdr
!*.cur
#programms
!*.prg
!*.fpw
#header
!*.h
#libs (by FoxBin2prg)
!*.vc[xt]
!*.pj[xt]
!*.fr[xt]
!*.mn[xt]
!*.sc[xt]
!*.lb[xt]
#FoxBin2prg
#!*.vc2
#!*.pj2
#!*.fr2
#!*.mn2
#!*.sc2
#!*.lb2
#!*.d[bc]2
#include special
#default git
!*.gitignore
!/desktop.ini
!data/*.jpg
!/FileName_Caps.EXE
!/Fb2P_Diff.EXE
!/"CLEAR ALL.exe"
#gitlab
!*.md
!/.gitlab/
#diverse
!*.reg
!README.md
#exclude special
foxuser_9.*
_command.prg
*ref.*
debug*.*
Sicherungskopie*.*
include/projsub.h
include/projekt_switch.h
include/projekt_user.h
Factory_Init.*
#nix von hier
default/
temp/
tmp/
bin2txt.*
#exclude general
*special, settings to create foxbin2prg binary
!/foxbin2prg_self.cfg
#re-include
#!foxbin2prg_keywords.*
#Thor special
!/BuildProcess/*.prg
!/BuildProcess/*.txt
!/BuildProcess/*.md
!/BuildProcess/*.gitignore
!/ThorUpdater/*.*