diff options
author | pommicket <pommicket@gmail.com> | 2025-09-11 16:40:04 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-11 16:40:47 -0400 |
commit | ec9cf4ef9b4ff2a16172e72adf5fca2a94ba3009 (patch) | |
tree | 0dfcd4d1bb36b26804d773b6a4c053e5ac4969d9 /.gitignore | |
parent | 06b3634741718a264bef03ee7b38455a2482bb24 (diff) |
Start libpom implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /doc -/build* /debug /release /.cache +build* compile_commands.json |