diff options
author | Peter H. Froehlich <peter.hans.froehlich@gmail.com> | 2021-04-10 12:57:55 +0200 |
---|---|---|
committer | Peter H. Froehlich <peter.hans.froehlich@gmail.com> | 2021-04-10 12:57:55 +0200 |
commit | d8db100f9b1913dd0e204f7561bc89f1f46fcefc (patch) | |
tree | fea7ded38204176e886119752f219dc720871664 /.gitignore | |
parent | c902e91474706eea7a6f28910b777a3387168baa (diff) | |
download | mkgpt-d8db100f9b1913dd0e204f7561bc89f1f46fcefc.tar.gz |
Removed bad asserts, removed overly complex random, lots of other fixes.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5761abc..d8ac7ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.o +compile_commands.json |