aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-17 23:48:12 -0500
committerame <[email protected]>2024-04-17 23:48:12 -0500
commit7ed170c58e9d9f8edab6e5226bf66d7a71c2222e (patch)
tree193acb90eaaa1dbcec61866ccc2f980ccd471dc9 /.gitignore
parent98c89708fee01265ed3fa12cf8a658799467eb44 (diff)
web server mem leaks fixes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4b10e3f..c85e09f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,7 @@ test
test2
*.py
+vgcore.*
+
src/*.o
src/*/*.o