diff options
| author | ruki <[email protected]> | 2017-11-06 23:17:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-11-06 13:46:51 +0800 |
| commit | c3d0714e0524329b1223357d49d792d9cecce29f (patch) | |
| tree | cb8f5cabd20048c0c7d46b6f389049baf285a50a /xmake/scripts | |
| parent | bde8a5c049af49f9563976ad2e38857e1e965851 (diff) | |
add gitignore when creating new project
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xmake/scripts/gitignore b/xmake/scripts/gitignore new file mode 100644 index 000000000..08ffbbd04 --- /dev/null +++ b/xmake/scripts/gitignore @@ -0,0 +1,22 @@ +*.a +*.o +*.exe +*.obj +*.dll +*.lib +*.out +*.suo +*~ +*.swp +*.swo +*.bak +*.orig +*.pdb +*.idb +.svn +.DS_Store +.xmake +*.gch +*.gch.d +gmon.out +build |
