Exclude haskell build objects from git

This commit is contained in:
Saku Laesvuori 2024-01-31 16:37:29 +02:00
parent 9f1520038b
commit a273b3edcb
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
**/db/schema.sql
**/client_session_key.aes
**/*.o
**/*.hi
**/*.dyn_o
**/*.dyn_hi