Browse Source

Update gitignore to exclude project/editor files

archshift 11 năm trước cách đây
mục cha
commit
b73cae6b75
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .gitignore

+ 5 - 1
.gitignore

@@ -1,6 +1,10 @@
 # Build directory
-build/
+[Bb]uild/
 doc-build/
 
 # Generated source files
 src/common/scm_rev.cpp
+
+# Project/editor files
+*.swp
+.idea/