This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (58 loc) · 1.68 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
64
65
66
67
68
69
70
71
72
# Generic .gitignore file
# VFP compiled files
*.[fF][xX][pP]
*.[mM][pP][xX]
*.[qQ][pP][xX]
# VFP artifacts in the edit-build cycle
*.[eE][rR][rR]
*.[bB][aA][kK]
*.[tT][bB][kK]
*.[mM][pP][rR]
*.[tT][mM][pP]
_command.prg
foxuser.dbf
foxuser.fpt
# Code references
*_ref.[dD][bB][fF]
*_ref.[cC][dD][xX]
*_ref.[fF][pP][tT]
# FoxUnit files
FxuClassFactory.dbf
FXUResults.DBF
FXUResults.FPT
FXUResults.CDX
FXUPERSIST.XML
FXUPERSISTGETTEMPLATE.XML
# TwoFox temporary files and folders
.twofox*
# Microsoft Office temporary files
~$*
# Windows Explorer copies. The name is localized. If you intend to make
# a copy and add it to the repository, please choose a better name
# than the default.
* - Copy.*
* - Copy ([1234567890]).*
* - Copy ([1234567890][1234567890]).*
* - Kopie.*
* - Kopie ([1234567890]).*
* - Kopie ([1234567890][1234567890]).*
# Files used by Windows Explorer
Thumbs.db
desktop.ini
# Files used by Mac Finder
.DS_Store
.localized
# =================================================================
# The following lines are templates for specific products. Copy
# the line from here to the end of the file and remove the hash
# sign at the beginning of the line.
# =================================================================
# XFRX (version without source code). XFRX provides an FXP file
# without corresponding PRG file. Therefore we add the FXP file
# to the repository despite excluding FXP files generally.
#![xX][fF][rR][xX].[fF][xX][pP]
# =================================================================
# Put project specific exclusions below this comment block.
#
# You would typically exclude data folders
# =================================================================