diff options
author | Ian C <ianc@noddybox.co.uk> | 2019-12-12 23:07:52 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2019-12-12 23:07:52 +0000 |
commit | 3052219e28be94383fb4e63c977f1d62aa555e6d (patch) | |
tree | 5656adc0f6068743a7597bd3d839145457b14d8a /algorithm.mod/.cvsignore | |
parent | 65261f3559dd28949a0c74e7750608df0f8e6d0c (diff) |
Tweaks to compile with BlitzMax NG. Removed the glflag module as it doesn't
compile anymore.
Diffstat (limited to 'algorithm.mod/.cvsignore')
-rw-r--r-- | algorithm.mod/.cvsignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/algorithm.mod/.cvsignore b/algorithm.mod/.cvsignore index 16d9505..0f5601a 100644 --- a/algorithm.mod/.cvsignore +++ b/algorithm.mod/.cvsignore @@ -1,6 +1,5 @@ .bmx
doc
-algorithm.debug.win32.a
-algorithm.debug.win32.i
-algorithm.release.win32.a
-algorithm.release.win32.i
+*.a
+*.i
+*.i2
|