diff options
author | pommicket <pommicket@gmail.com> | 2022-11-09 11:45:22 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-11-09 11:45:22 -0500 |
commit | 7b14e052884a1cebf77045d66a686cadfe4d38f6 (patch) | |
tree | a158e2f214b77c357b5d0f7a0261d6f7a8c03fc1 /.gitignore | |
parent | 0049dc9cf781c65f5a633f51f0e705274853060c (diff) |
static libraries
also fixed bug where MultipleDeclarations were getting emitted erroneously
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ /target *.o *.so +*.a tags TAGS *.out |