summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-04-08 01:20:21 -0700
committerFuwn <[email protected]>2024-04-08 01:20:21 -0700
commitd80c10626712eff3b94fdd26345efaa8fc520c5e (patch)
tree1f0f85eea7d14cb1d76757b49ed8732c26df317a /.gitignore
parentdocs: update comments (diff)
downloadcs260-main.tar.xz
cs260-main.zip
feat(week_1): wk1_bagFns1_staticHEADmain
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 677ab99..2329bae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,14 @@
+*
+!/**/
+!*.*
+!Tupfile
+
# Ninja
.ninja_*
# Build Artifacts
out
+*.o
# Visual Studio Code
.vscode