David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
6c9321d
Branches
Tags
c++11
main
start
testcode.git
testcode.sublime-project
first commit
David Blume
commited
6c9321d
at 2015-11-07 22:13:58
testcode.sublime-project
Blame
History
Raw
{ "folders": [ { "path": "include", "file_exclude_patterns": ["tags"] }, { "path": "my_lib", "folder_exclude_patterns": ["obj"], "file_exclude_patterns": ["tags"] }, { "path": "product", "folder_exclude_patterns": ["obj"], "file_exclude_patterns": ["tags"] } ], "build_systems": [ { "name": "Cygwin Make", "working_dir": "$project_path", "windows": { "shell_cmd": "C:/cygwin64/bin/bash --login $project_base_name/build" }, "osx": { "shell_cmd": "$project_base_name/build" }, "linux": { "shell_cmd": "$project_base_name/build" }, "file_regex": "^(...*?):([0-9]*):?([0-9]*)" } ] }