Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 7131b026f -> 55570f1fc
Add cscope files to .gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/6ef5346d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6ef5346d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6ef5346d Branch: refs/heads/develop Commit: 6ef5346d3461764c40b2ac57d259660bb4e61ab3 Parents: acd2663 Author: Andre Guedes <[email protected]> Authored: Mon Nov 7 09:47:27 2016 -0800 Committer: Andre Guedes <[email protected]> Committed: Mon Nov 7 09:47:27 2016 -0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6ef5346d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 3e2ce0d..4d2aace 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ tags *.bak docs/html docs/latex +cscope.* # Prevent accidental checkins of personal targets. If you need to commit a # target, specify the -f option for "git add".
