Good point. I just committed your suggested change: [master c594ed6] Adding git ignore rules for several binary file types that we have chosen to exclude from the source tree.
On Mon, Sep 10, 2012 at 11:20 AM, David Nalley <da...@gnsa.us> wrote: > So putting something in .gitignore shouldn't affect any existing files > in the tree IIRC, but will stop new ones from (re)appearing. > > On Mon, Sep 10, 2012 at 11:13 AM, Chip Childers > <chip.child...@sungard.com> wrote: >> We're not quite there yet, but yes... after we remove the remaining >> jars. The tools directory is the outstanding issue right now. >> >> On Mon, Sep 10, 2012 at 10:55 AM, David Nalley <da...@gnsa.us> wrote: >>> Any reason not to expand this to *.jar? >>> >>> --David >>> >>> On Mon, Sep 10, 2012 at 10:39 AM, <chipchild...@apache.org> wrote: >>>> Updated Branches: >>>> refs/heads/master 0d02e33d3 -> fc8fc2a5c >>>> >>>> >>>> Added gitignore for deps/*.jar so that the files are not added >>>> back into the source tree. >>>> >>>> >>>> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo >>>> Commit: >>>> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fc8fc2a5 >>>> Tree: >>>> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fc8fc2a5 >>>> Diff: >>>> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fc8fc2a5 >>>> >>>> Branch: refs/heads/master >>>> Commit: fc8fc2a5c630f1214f823bb46472727ac4988a69 >>>> Parents: cbd4cb3 >>>> Author: Chip Childers <chip.child...@gmail.com> >>>> Authored: Mon Sep 10 10:38:42 2012 -0400 >>>> Committer: Chip Childers <chip.child...@gmail.com> >>>> Committed: Mon Sep 10 10:38:42 2012 -0400 >>>> >>>> ---------------------------------------------------------------------- >>>> .gitignore | 1 + >>>> 1 files changed, 1 insertions(+), 0 deletions(-) >>>> ---------------------------------------------------------------------- >>>> >>>> >>>> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fc8fc2a5/.gitignore >>>> ---------------------------------------------------------------------- >>>> diff --git a/.gitignore b/.gitignore >>>> index 8a38aee..e5bd155 100644 >>>> --- a/.gitignore >>>> +++ b/.gitignore >>>> @@ -44,3 +44,4 @@ deps/cloud.userlibraries >>>> git-remote-https.exe.stackdump >>>> *.swp >>>> tools/devcloud/devcloudbox/.vagrant >>>> +deps/*.jar >>>> >>> >