summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author李佳 <[email protected]>2024-07-10 06:58:33 +0000
committerlijia <[email protected]>2024-07-11 11:23:10 +0800
commit4782225f29b6f80ee023297d0a0726c6c798e3d7 (patch)
tree35e385984c8312daf1de3f479af5523928626f54 /.gitignore
Initial commitv1.0.1
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/