diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-20 15:21:21 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-20 15:21:21 +0100 |
| commit | 05e97f8346521b50fbedcc2e7d0679e297d4d98b (patch) | |
| tree | 6f0a909ffd1c5bcf5e1b95fa7ae61d721826e7db /.gitignore | |
make first sketch of bar using freetype2 instead of cairo
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d817976 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +compile_commands.json +.cache +*.o +dbar +*-protocol.* |