Skip to content

Commit

Permalink
Created text equivalents of all binary files. Removed tmp*.* from rep…
Browse files Browse the repository at this point in the history
…ository. Added gitignore
  • Loading branch information
DougHennig committed Mar 4, 2019
1 parent 7d8acdd commit 11b39d6
Show file tree
Hide file tree
Showing 124 changed files with 30,211 additions and 7,360 deletions.
30 changes: 30 additions & 0 deletions .gitignore
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
Loading

0 comments on commit 11b39d6

Please sign in to comment.