diff options
| author | Fuwn <[email protected]> | 2024-04-08 01:20:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-08 01:20:21 -0700 |
| commit | d80c10626712eff3b94fdd26345efaa8fc520c5e (patch) | |
| tree | 1f0f85eea7d14cb1d76757b49ed8732c26df317a /.gitignore | |
| parent | docs: update comments (diff) | |
| download | cs260-main.tar.xz cs260-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,8 +1,14 @@ +* +!/**/ +!*.* +!Tupfile + # Ninja .ninja_* # Build Artifacts out +*.o # Visual Studio Code .vscode |