diff options
| author | 2024-02-02 22:57:22 -0500 | |
|---|---|---|
| committer | 2024-02-02 22:57:22 -0500 | |
| commit | 0b7a612a9baf49765db8b127e696913100b70f5f (patch) | |
| tree | 78680777023d989b9148dd98a5a6e489e49b022a /.gitignore | |
| parent | b100eb175e0cfa59a15c4125f26ab5474c2347ec (diff) | |
| download | camu-0b7a612a9baf49765db8b127e696913100b70f5f.tar.gz camu-0b7a612a9baf49765db8b127e696913100b70f5f.tar.bz2 camu-0b7a612a9baf49765db8b127e696913100b70f5f.zip | |
wip
- Getting somewhere with the client
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,11 +1,11 @@ **/__pycache__/ -bin/ build*/ compile_commands.json .cache/ .clangd/ data/ doc/**.html +env/bin/ old/ old_old/ subprojects/c89atomic/ |