Include si sistemul de depanare/testare headless din Teste\ (harness UI cu capturi, verificare de sintaxa prin compilare, wrappere text<->binar) si docs\depanare_testare_flora2roa.md.
105 lines
2.0 KiB
Plaintext
105 lines
2.0 KiB
Plaintext
# =============================================================================
|
|
# Flux text FoxBin2Prg: git urmareste DOAR versiunile text .??2 (in arbore),
|
|
# nu binarele VFP. Binarele convertibile si indecsii regenerabili se ignora.
|
|
# SVN ramane sursa de adevar pentru binare (via global-ignores pe .??2).
|
|
# =============================================================================
|
|
|
|
# --- Binare VFP convertibile in text .??2 (ambele forme de caz) ---
|
|
*.vcx
|
|
*.VCX
|
|
*.vct
|
|
*.VCT
|
|
*.scx
|
|
*.SCX
|
|
*.sct
|
|
*.SCT
|
|
*.frx
|
|
*.FRX
|
|
*.frt
|
|
*.FRT
|
|
*.mnx
|
|
*.MNX
|
|
*.mnt
|
|
*.MNT
|
|
*.lbx
|
|
*.LBX
|
|
*.lbt
|
|
*.LBT
|
|
*.pjx
|
|
*.PJX
|
|
*.pjt
|
|
*.PJT
|
|
*.dbc
|
|
*.DBC
|
|
*.dct
|
|
*.DCT
|
|
|
|
# --- Indecsi regenerabili (nu se transporta in .db2/.dc2) ---
|
|
*.cdx
|
|
*.CDX
|
|
*.dcx
|
|
*.DCX
|
|
|
|
# --- Fisiere generate/compilate Visual FoxPro ---
|
|
*.fxp
|
|
*.FXP
|
|
*.mpr
|
|
*.MPR
|
|
*.mpx
|
|
*.MPX
|
|
*.vcr
|
|
*.VCR
|
|
*.src
|
|
|
|
# --- Backup-uri si fisiere temporare create de editorul VFP ---
|
|
*.bak
|
|
*.BAK
|
|
*.tmp
|
|
*.TMP
|
|
*.err
|
|
*.ERR
|
|
*.Stats
|
|
*.stackdump
|
|
|
|
# --- Stare locala / specifica masinii, nu proiectului ---
|
|
# Raman urmarite (sunt si in SVN, sunt dependente de rulare): settings.ini,
|
|
# settings.flora.ini, app.ico, vfpconnection.fll, vfpencryption.fll
|
|
FOXUSER.DBF
|
|
FOXUSER.FPT
|
|
flora2roa.exe
|
|
update_log.txt
|
|
log/
|
|
log.txt
|
|
LOG.txt
|
|
|
|
# --- Date de intrare pentru import: doar exemplele de referinta (cele din SVN) ---
|
|
# restul (~900 fisiere, ~80 MB) sunt date locale de lucru, nu sursa
|
|
EXEMPLE/*
|
|
!EXEMPLE/flora.txt
|
|
!EXEMPLE/coresp_parteneri.csv
|
|
!EXEMPLE/Monografii.xlsx
|
|
!EXEMPLE/hotel/
|
|
EXEMPLE/hotel/*
|
|
!EXEMPLE/hotel/bts_detalii_facturi_rep_20240916.xml
|
|
!EXEMPLE/restaurant/
|
|
EXEMPLE/restaurant/*
|
|
!EXEMPLE/restaurant/Iesiri_20240718.xml
|
|
!EXEMPLE/restaurant/Intrari_20240426.xml
|
|
!EXEMPLE/restaurant/Vanzari_20240909.xml
|
|
|
|
# --- Artefacte ale testelor headless (Teste\ruleaza_teste.ps1) ---
|
|
Teste/uisync/
|
|
Teste/screenshots/
|
|
Teste/_erori_test.txt
|
|
Teste/*_log.txt
|
|
|
|
# --- Cache text extern (inlocuit de fluxul in-arbore .??2) ---
|
|
_textcache/
|
|
|
|
# --- Subversion (working copy paralela) ---
|
|
.svn/
|
|
|
|
docs/diff_*.patch
|
|
docs/local/
|
|
.gstack/
|