summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-24 10:32:31 -0400
committerdemo <demo@antix1>2026-05-24 10:32:31 -0400
commitf379fca88b9f93d986ed8e6b63a2afbb9dabf47c (patch)
tree06bf00ad5a5e4685d0e3a981b23d204cdfa74295
parent2393f8efb54e7d8467e27ef39f8f7abdfcce2b38 (diff)
chore: ignore things related to profiling and testing
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8b61f29..f61723c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-pingpong \ No newline at end of file
+pingpong
+pingpong.test
+*.out
+*.log \ No newline at end of file