diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ bin tmp.c a.out +.cache +compile_commands.json |
| index : carp.git | ||
| My attempt at creating a tool like Rust's `cargo` for C. | Thomas |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 2 |
@@ -1,3 +1,5 @@ bin tmp.c a.out +.cache +compile_commands.json |