summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-11 14:21:01 +0800
committerGitHub <[email protected]>2019-06-11 14:21:01 +0800
commitffb4f2c3cbad5fa1836923ee68d0f5322f3c92fa (patch)
tree1567a894cd6cde9d1e84ffc43f8498c61d8ee763 /xmake/scripts
parent62a558c85e80081f78d340410c4ba7185d42ca89 (diff)
parentfddedb324fbff0546c2cbe304fe95c8e254da6fb (diff)
Merge pull request #450 from OpportunityLiu/cuda-tests
Cuda tests & templates
Diffstat (limited to 'xmake/scripts')
-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/
+
+