diff options
author | Hop311 <Hop3114@gmail.com> | 2024-01-15 01:24:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 01:24:17 +0100 |
commit | 92267a046506077418823a16ac8748579cf7905c (patch) | |
tree | ac4893e2a7cc33a5f60d910717da51962a9ceef7 /.gitignore | |
parent | dd008b3c0aa27be0cbe9a0ed5a9811c76f9cb13a (diff) | |
parent | 03ecd41a38acff5588f01568bdf5d61067a266ce (diff) |
Merge pull request #192 from OpenVicProject/mod-paths
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 |