diff options
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 |
| index : cs260 | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 6 |
@@ -1,8 +1,14 @@ +* +!/**/ +!*.* +!Tupfile + # Ninja .ninja_* # Build Artifacts out +*.o # Visual Studio Code .vscode |