summaryrefslogtreecommitdiff
path: root/xmake/scripts/gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/gitignore')
-rw-r--r--xmake/scripts/gitignore30
1 files changed, 8 insertions, 22 deletions
diff --git a/xmake/scripts/gitignore b/xmake/scripts/gitignore
index 08ffbbd04..b849bb8f7 100644
--- a/xmake/scripts/gitignore
+++ b/xmake/scripts/gitignore
@@ -1,22 +1,8 @@
-*.a
-*.o
-*.exe
-*.obj
-*.dll
-*.lib
-*.out
-*.suo
-*~
-*.swp
-*.swo
-*.bak
-*.orig
-*.pdb
-*.idb
-.svn
-.DS_Store
-.xmake
-*.gch
-*.gch.d
-gmon.out
-build
+# xmake temp files
+.xmake/
+# build result files
+build/
+
+.DS_Store/
+
+