diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-01-21 17:19:49 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-01-21 17:19:49 -0800 |
commit | cd53eed06b8f63499522e6d3f578083a26a742ba (patch) | |
tree | 4558df00c86d85f6854c959cd4479843d81e75f8 /code/templates | |
parent | 4b012b1af26dc54a1dde06c03ca9655b96811261 (diff) | |
download | openwrt-repro-cd53eed06b8f63499522e6d3f578083a26a742ba.tar.gz openwrt-repro-cd53eed06b8f63499522e6d3f578083a26a742ba.zip |
templates: better gitignore
Diffstat (limited to 'code/templates')
-rw-r--r-- | code/templates/gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/code/templates/gitignore b/code/templates/gitignore index f466019..893ac99 100644 --- a/code/templates/gitignore +++ b/code/templates/gitignore @@ -6,3 +6,15 @@ .* *.tmp *.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore |