-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (62 loc) · 1.64 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Visual FoxPro
.DS_Store
*.app
*.bak
*.com
*.dll
*.err
*.exe
*.fll
*.idx
*.old
*.tbk
foxuser.cdx
foxuser.dbf
foxuser.fpt
# Extension File type
# ----------------------------------------------
# .act Documenting Wizard action diagram
# .app Generated application
# .cdx Compound index
# .dbc Database
# .dbf Table
# .dct Database memo
# .dcx Database index
# .dll Windows Dynamic Link Library
# .err Compilation error
# .exe Executable program
# .fky Macro
# .fll FoxPro Dynamic Link Library
# .fmt Format File
# .fpt Table memo
# .frt Report memo
# .frx Report
# .fxp Compiled program
# .hlp Graphical Help
# .idx Index, compact index
# .krt Used in the recreation of a .dbc file
# NOTE: The .KRT extension is not listed in the online Help.
# .lbt Label memo
# .lbx Label
# .lst Documenting Wizard list
# .mem Memory variable saveDoslives
# .mnt Menu memo
# .mnx Menu
# .mpr Generated menu program
# .mpx Compiled menu program
# .ocx OLE control
# .pjt Project memo
# .pjx Project
# .prg Program
# .qpr Generated query program
# .qpx Compiled query program
# .sct Form memo
# .scx Form
# .spr Generated Screen Program (previous versions of FoxPro only)
# .spx Compiled Screen Program (previous versions of FoxPro only)
# .tbk Memo backup
# .txt Text
# .vct Visual class library memo
# .vcx Visual class library
# .vue FoxPro 2.x view
# .win Window file