diff options
author | June McEnroe <june@causal.agency> | 2019-03-28 18:53:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-03-28 18:53:21 -0400 |
commit | c5b75b347ecaca4f62280e04508d6362cd8fa093 (patch) | |
tree | 761dcf00b6c94120c9daa139e177cc12df55d7f6 /.gitignore | |
parent | Refactor EXE/DLL loading to be more general (diff) | |
download | wep-c5b75b347ecaca4f62280e04508d6362cd8fa093.tar.gz wep-c5b75b347ecaca4f62280e04508d6362cd8fa093.zip |
Simplify (sort of) Cards API and add FreeCell loading
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7353963..c15f5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.bmp *.o CARDS.DLL +FREECELL.EXE SOL.EXE config.mk dump |