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
commita0d8a6f3fe365aba0d416f4c33b2c547e4e35820 (patch)
tree193acb90eaaa1dbcec61866ccc2f980ccd471dc9 /.gitignore
parenta1838bb037cc1aaa43353a376eb10f37e6293584 (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