New version
see docs/Changelog.md Merge branch 'fork_mod'
This commit is contained in:
92
TESTS/.gitignore
vendored
Normal file
92
TESTS/.gitignore
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
#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/*.*
|
||||
Reference in New Issue
Block a user