summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-08-16 14:58:19 +0800
committerlijia <[email protected]>2024-08-21 09:38:18 +0800
commit3cdfabb6831eb7945af57a50254fa31d004620e9 (patch)
tree87e68df9ddc077968322587531d445fc01923a39 /.gitignore
parentcd2a2360fe23711aedd2f25b7223615c4a11becb (diff)
Adjust benchmark directory,enable HTTP test,rename variables,format codes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..63b3612
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+Debug
+*.o
+*.d
+*.so
+.cproject
+.project
+.settings/
+SI
+build*/
+src/inc
+src/lib64
+cmake-build-*/
+.vscode/
+.cache/