On Mon, Oct 15, 2012 at 12:02 AM, Andrew Hughes <ahug...@redhat.com> wrote:
>> > 1. Replace all .cvsignore files with .gitignore -
>> > https://github.com/ivmai/classpath/commit/78f20cb718daad4164da4ceac9be54185d9c78ff
>
> This seems ok.

I fixed up ChangeLog rejects and pushed that to master.

On Mon, Oct 15, 2012 at 12:02 AM, Andrew Hughes <ahug...@redhat.com> wrote:
>> > 2. Remove duplicate entries in .gitignore; remove empty .gitignore
>> > files -
>> > https://github.com/ivmai/classpath/commit/6479ffea252e06fd2a6c4cac024cb2696091a850
>
> This:
>
> +.deps/
> +.dirstamp
> +.libs/
> +*.la
> +*.lo
>
> is wrong.  .gitignore should not hide build artifacts.  Those from autogen.sh 
> are ok.

Okay, why do we care about build artifacts? I've used to "git status"
only showing files that are versioned or should be versioned.

Reply via email to