diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-04 16:15:14 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-04 16:15:18 +0100 |
commit | fba03cf4e13783d2d0c355c1a7d7c0799762aea5 (patch) | |
tree | 37ec42b299ecf6ec64d3607954279658c4a6635e /.gitignore |
week 1 deel 1 (initial commit)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cf3fc4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +**/*.o +**/*.pdf +**/main +**/compile_commands.json +**/.cache + |