Browse Source

项目初始化

leslie 3 weeks ago
commit
42ed783d03
1 changed files with 34 additions and 0 deletions
  1. 34 0
      .gitignore

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
+# 忽略构建文件
+build/
+*.o
+*.a
+*.so
+*.dylib
+*.dll
+ 
+# 忽略Qt的自动生成的UI头文件和源文件
+*.ui.h
+ui_*.h
+qrc_*.cpp
+ 
+# 忽略调试文件
+*.exe
+*.pdb
+*.ilk
+*.idb
+*.exp
+*.lib
+*.dll.stackdump
+ 
+# 忽略Qt Creator的临时文件和用户设置
+.qtc_*.qws
+.qtc_package
+.qtc_setup
+.rps3p0
+.qmake.stash
+.qmake.cache
+.qmake
+.qbs
+.qbs.config
+.txt.user
+.pro.user