diff options
author | June McEnroe <june@causal.agency> | 2022-01-19 20:49:26 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-19 20:49:26 -0500 |
commit | 344497630ac9ef2d46287cd574472ce369694076 (patch) | |
tree | 25d628a85126ec57e591627f4ffd4705a9bdebd8 /.gitignore | |
parent | Remove README (diff) | |
download | wep-344497630ac9ef2d46287cd574472ce369694076.tar.gz wep-344497630ac9ef2d46287cd574472ce369694076.zip |
Replace build system with cmake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 0ca9d1f..eb62ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ *.bmp -*.o CARDS.DLL FREECELL.EXE SOL.EXE -config.mk -dump -example +build/ |