diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ obj/ zc result +out.c +a.out +*.o *.so *.dll +*.dylib +*.a +.vscode/ +.idea/ +*.swp +*~ +.DS_Store +compile_commands.json +vgcore.* +tests/**/*.o +plugins/*.so |
