diff options
author | Marvin Borner | 2020-10-17 15:49:55 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-17 15:51:35 +0200 |
commit | 637d3caca5fe7a90d08df1bc7dda6ce5c1bd7223 (patch) | |
tree | 3e601d3630879271fc86759e731bf211437c06c6 /.gitignore | |
parent | 9c8bbbf362beca4fd4268334704a790568e6bd51 (diff) |
Added basic support for OpenBSD
Building the Cross Compiler successfully took me several days of debugging,
patching and testing. It finally (kinda) works now, though!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ compile_commands.json *.bin *.log *.pcap +*.core .clangd/ build/ |