aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-10-09 02:24:13 -0400
committerSamuel Johnson <[email protected]>2025-10-09 02:24:13 -0400
commit8518b3d1ac814837dbeed751112c1c9a66f86565 (patch)
treebe574974a534a5333a2e4aec3d9675d4eae42ced /.gitignore
Scaffold out basic project layoutHEADdev
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e17f754
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*.o
+*.so
+
+*.swp
+
+.cache/
+build/