54 lines
632 B
Plaintext
54 lines
632 B
Plaintext
# Subversion (legacy working copy metadata)
|
|
.svn/
|
|
|
|
# COMUN is a separate, shared git repo (its own .git) - not tracked here
|
|
COMUN/
|
|
|
|
# Visual FoxPro - compiled/generated artifacts
|
|
*.fxp
|
|
*.app
|
|
*.exe
|
|
*.err
|
|
*.bak
|
|
*.tmp
|
|
*.qpx
|
|
*.mpx
|
|
*.mpr
|
|
*.dct
|
|
LOG.txt
|
|
*.ARM
|
|
*.Stats
|
|
roaimob_ref.CDX
|
|
roaimob_ref.DBF
|
|
roaimob_ref.FPT
|
|
|
|
# Windows
|
|
*.lnk
|
|
Thumbs.db
|
|
Desktop.ini
|
|
bash.exe.stackdump
|
|
|
|
# Visual FoxPro - editor/backup copies of source files
|
|
*.scx~
|
|
*.sct~
|
|
*.vcx~
|
|
*.vct~
|
|
*.frx~
|
|
*.frt~
|
|
*.lbx~
|
|
*.lbt~
|
|
*.mnx~
|
|
*.mnt~
|
|
*.pjx~
|
|
*.pjt~
|
|
*.dbc~
|
|
*.dct~
|
|
*.dcx~
|
|
|
|
# Visual FoxPro - runtime resource/lock files
|
|
FoxUser.dbf
|
|
FoxUser.fpt
|
|
*.dbf.lock
|
|
*.fpt.lock
|
|
*.cdx.lock
|