diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-09-26 23:26:12 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-09-26 23:26:12 +0200 |
commit | a6d8b022c32c6cfa8e73fa07bba018d1dcb93cef (patch) | |
tree | a2aff564ada82edc3aa1195b36cbe740bb48f2a3 /.gitignore | |
parent | 92961412af3ae908633b4ef7b8453091448ffd4d (diff) |
Update lexy to main branch
Cleanup and simplify SimpleGrammar data_specifier
Add compile_commands.json to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -73,4 +73,6 @@ bin/* .DS_Store *.translation -!game/common/map/*.obj
\ No newline at end of file +!game/common/map/*.obj + +compile_commands.json
\ No newline at end of file |