Repository: mesos Updated Branches: refs/heads/master 5ce7b0586 -> 6b1b66df7
Updated .gitignore with intermediate build artifacts. Review: https://reviews.apache.org/r/36510 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6b1b66df Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6b1b66df Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6b1b66df Branch: refs/heads/master Commit: 6b1b66df796bac01071356a0da0635576e847a79 Parents: 5ce7b05 Author: James Peach <[email protected]> Authored: Fri Jul 17 10:07:29 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Fri Jul 17 10:07:29 2015 -0700 ---------------------------------------------------------------------- .gitignore-template | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/6b1b66df/.gitignore-template ---------------------------------------------------------------------- diff --git a/.gitignore-template b/.gitignore-template index 934cad7..90b6697 100644 --- a/.gitignore-template +++ b/.gitignore-template @@ -25,3 +25,11 @@ missing # Recommended build directory. /build/ +# Intermediate build artifacts +*.la +*.lo +*.o +.dirstamp +.deps/ +.libs/ +*-stamp
