diff options
author | Christian Blättler <blatc2@bfh.ch> | 2024-04-18 08:44:31 +0200 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2024-04-18 08:47:44 +0200 |
commit | 8fe81d1ce49f34438c5de9b0414d10068372c48a (patch) | |
tree | 8609c2f36f7292fc2f2e9bd49067fa9bfdf13583 /.gitignore | |
parent | e9e57dcf55cf931020ddefe5e08995fe68f660b5 (diff) |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bdf30ae5..bda987c5b 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,5 @@ contrib/tos/conf.py contrib/pp/conf.py src/auditordb/test_auditordb_checkpoints-postgres src/auditordb/test_auditordb_checkpoints_postgres +/.cache +/compile_commands.json |