aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-01-08 16:35:34 +0200
committerSyndamia <kamen@syndamia.com>2024-01-08 16:35:34 +0200
commitb2ce36e87d3acc8bb6db74063035787754113b83 (patch)
tree64f33ef3d976761e2e9e2b40da7470bd310cd49e
parent95eebcd89ea04a0f2dc5d8b0693a89d93b23f084 (diff)
downloadpico-web-b2ce36e87d3acc8bb6db74063035787754113b83.tar
pico-web-b2ce36e87d3acc8bb6db74063035787754113b83.tar.gz
pico-web-b2ce36e87d3acc8bb6db74063035787754113b83.zip
(.gitignore) Ignore build directory and gch files (from static analysis)
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ad653f5..443b283 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
-browser
-server
-*.txt
+build
+src/*.gch
tests/*.tests
tests/*.tests_Runner.c