diff options
author | hop311 <hop3114@gmail.com> | 2024-01-13 23:04:26 +0100 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-01-14 12:29:22 +0100 |
commit | 03ecd41a38acff5588f01568bdf5d61067a266ce (patch) | |
tree | ac4893e2a7cc33a5f60d910717da51962a9ceef7 /.gitignore | |
parent | dd008b3c0aa27be0cbe9a0ed5a9811c76f9cb13a (diff) |
Added mod command line option
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -76,4 +76,11 @@ bin/* !game/common/map/*.obj # JetBrains -.idea
\ No newline at end of file +.idea + +# scons stuff +.cache +compile_commands.json + +# ccls +.ccls-cache |