-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created text equivalents of all binary files. Removed tmp*.* from rep…
…ository. Added gitignore
- Loading branch information
1 parent
7d8acdd
commit 11b39d6
Showing
124 changed files
with
30,211 additions
and
7,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# use glob syntax. | ||
syntax: glob | ||
|
||
# VFP generated files | ||
*.err | ||
*.ERR | ||
*.mpr | ||
*.MPR | ||
|
||
# VFP compiled files | ||
*.fxp | ||
*.FXP | ||
*.mpx | ||
*.MPX | ||
*.qpx | ||
*.QPX | ||
|
||
# VFP backup files | ||
*.bak | ||
*.BAK | ||
*.tbk | ||
*.TBK | ||
|
||
# Misc backup files | ||
*.orig | ||
*.ORIG | ||
*.save | ||
*.SAVE | ||
*.zip | ||
*.ZIP |
Oops, something went wrong.