diff options
| author | OpportunityLiu <[email protected]> | 2019-06-11 13:12:47 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-11 13:12:47 +0800 |
| commit | 35cfc8782c166bb1111472c4732f5c44d8939863 (patch) | |
| tree | 251e0043c90b0d00da2d50324bdf02bafa10afa8 /xmake | |
| parent | 664dc2e0e8820eab96c2cae5f2e451894bc1fc4b (diff) | |
clean up git ignore; fix test xmake.lua
Diffstat (limited to 'xmake')
27 files changed, 135 insertions, 594 deletions
diff --git a/xmake/scripts/gitignore b/xmake/scripts/gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/scripts/gitignore +++ b/xmake/scripts/gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/console/project/.gitignore b/xmake/templates/c++/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/console/project/.gitignore +++ b/xmake/templates/c++/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/console_qt/project/.gitignore b/xmake/templates/c++/console_qt/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/console_qt/project/.gitignore +++ b/xmake/templates/c++/console_qt/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/console_tbox/project/.gitignore b/xmake/templates/c++/console_tbox/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/console_tbox/project/.gitignore +++ b/xmake/templates/c++/console_tbox/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/shared_library/project/.gitignore b/xmake/templates/c++/shared_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/shared_library/project/.gitignore +++ b/xmake/templates/c++/shared_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/shared_library_qt/project/.gitignore b/xmake/templates/c++/shared_library_qt/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/shared_library_qt/project/.gitignore +++ b/xmake/templates/c++/shared_library_qt/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/shared_library_tbox/project/.gitignore b/xmake/templates/c++/shared_library_tbox/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/shared_library_tbox/project/.gitignore +++ b/xmake/templates/c++/shared_library_tbox/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/static_library/project/.gitignore b/xmake/templates/c++/static_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/static_library/project/.gitignore +++ b/xmake/templates/c++/static_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/static_library_qt/project/.gitignore b/xmake/templates/c++/static_library_qt/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/static_library_qt/project/.gitignore +++ b/xmake/templates/c++/static_library_qt/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c++/static_library_tbox/project/.gitignore b/xmake/templates/c++/static_library_tbox/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c++/static_library_tbox/project/.gitignore +++ b/xmake/templates/c++/static_library_tbox/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c/console/project/.gitignore b/xmake/templates/c/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c/console/project/.gitignore +++ b/xmake/templates/c/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c/console_tbox/.gitignore b/xmake/templates/c/console_tbox/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c/console_tbox/.gitignore +++ b/xmake/templates/c/console_tbox/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c/shared_library/project/.gitignore b/xmake/templates/c/shared_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c/shared_library/project/.gitignore +++ b/xmake/templates/c/shared_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c/shared_library_tbox/project/.gitignore b/xmake/templates/c/shared_library_tbox/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c/shared_library_tbox/project/.gitignore +++ b/xmake/templates/c/shared_library_tbox/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c/static_library/project/.gitignore b/xmake/templates/c/static_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c/static_library/project/.gitignore +++ b/xmake/templates/c/static_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/c/static_library_tbox/project/.gitignore b/xmake/templates/c/static_library_tbox/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/c/static_library_tbox/project/.gitignore +++ b/xmake/templates/c/static_library_tbox/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/cuda/console/project/.gitignore b/xmake/templates/cuda/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/cuda/console/project/.gitignore +++ b/xmake/templates/cuda/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/dlang/console/project/.gitignore b/xmake/templates/dlang/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/dlang/console/project/.gitignore +++ b/xmake/templates/dlang/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/dlang/shared_library/project/.gitignore b/xmake/templates/dlang/shared_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/dlang/shared_library/project/.gitignore +++ b/xmake/templates/dlang/shared_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/dlang/static_library/project/.gitignore b/xmake/templates/dlang/static_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/dlang/static_library/project/.gitignore +++ b/xmake/templates/dlang/static_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/go/console/project/.gitignore b/xmake/templates/go/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/go/console/project/.gitignore +++ b/xmake/templates/go/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/go/static_library/project/.gitignore b/xmake/templates/go/static_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/go/static_library/project/.gitignore +++ b/xmake/templates/go/static_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/objc++/console/project/.gitignore b/xmake/templates/objc++/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/objc++/console/project/.gitignore +++ b/xmake/templates/objc++/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/objc/console/project/.gitignore b/xmake/templates/objc/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/objc/console/project/.gitignore +++ b/xmake/templates/objc/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/rust/console/project/.gitignore b/xmake/templates/rust/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/rust/console/project/.gitignore +++ b/xmake/templates/rust/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/rust/static_library/project/.gitignore b/xmake/templates/rust/static_library/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/rust/static_library/project/.gitignore +++ b/xmake/templates/rust/static_library/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + diff --git a/xmake/templates/swift/console/project/.gitignore b/xmake/templates/swift/console/project/.gitignore index 08ffbbd04..e4ede4aa6 100644 --- a/xmake/templates/swift/console/project/.gitignore +++ b/xmake/templates/swift/console/project/.gitignore @@ -1,22 +1,5 @@ -*.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/ + |
