diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-02-12 18:12:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-02-12 18:12:51 +0100 |
commit | 24ec1d5ba85503599fd301aa8cd56ee65651ab0b (patch) | |
tree | ccabf3b89338825720e926a73602862df03ae801 /.gitignore | |
parent | b47110d30db3a416775c5de88e1d946dfdbda734 (diff) |
Added support for char and wchar_t
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01c9c5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.a +*.o +*.d +*.pem +*.so +*.swp +default.profraw |