This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #These directories may be excluded: | |
| # contains mounted file systems | |
| .gvfs | |
| .local/share/gvfs-metadata | |
| # contains the actual encrypted home directory | |
| .Private | |
| # session-specific | |
| .dbus | |
| .cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| { | |
| "args": { | |
| "set_translate_tabs": true | |
| }, | |
| "command": "unexpand_tabs" | |
| }, | |
| { | |
| "command": "set_setting", | |
| "args": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "args": { | |
| "set_translate_tabs": true | |
| }, | |
| "command": "unexpand_tabs" | |
| }, | |
| { | |
| "command": "set_setting", | |
| "args": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # project directories | |
| # project_dir := $(shell pwd) | |
| include_dir := ./include | |
| src_dir := ./src | |
| lib_dir := ./lib | |
| build_dir := ./build | |
| # targets | |
| targets := main | |
| targets := $(foreach t, $(targets), $(t).exe) |
NewerOlder