diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-22 10:19:15 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-22 10:19:15 -0500 |
commit | bf81e34921e3e30b05313efbcf5c9fa839cb7c05 (patch) | |
tree | b56a343e59164bc347232669e8bb808cf3c4f4ef /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec79c81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.cache +*build/ +*release/ +.ccls-cache +compile_commands.json +err.xml +cppcheck.json +*.log +test/fuzztest +dist/ +.semgrepignore |