diff options
author | June McEnroe <june@causal.agency> | 2022-01-19 20:31:26 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-19 20:31:26 -0500 |
commit | cb8d1b637275434b64bdcd448afd2e9a2e269f80 (patch) | |
tree | 4db93b9aae7bc36c0cc6340f533cf2bb948b35e4 /.gitignore | |
parent | Allow choosing freecell game on command line (diff) | |
download | wep-cb8d1b637275434b64bdcd448afd2e9a2e269f80.tar.gz wep-cb8d1b637275434b64bdcd448afd2e9a2e269f80.zip |
Replace build system with cmake
Thanks to cr1901 for helping to test this on Windows.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index cf601f3..4629025 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -*.o CARDS.DLL FREECELL.EXE SOL.EXE -config.mk -freecell -sol +build/ |