From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Durgin Subject: Re: .gitignore issues Date: Mon, 11 Feb 2013 19:13:24 -0800 Message-ID: <5119B354.708@inktank.com> References: <93F21572-A7E9-45FB-9766-6D663D6C6173@inktank.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:49388 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751425Ab3BLDNU (ORCPT ); Mon, 11 Feb 2013 22:13:20 -0500 Received: by mail-pa0-f50.google.com with SMTP id fa11so3367960pad.37 for ; Mon, 11 Feb 2013 19:13:20 -0800 (PST) In-Reply-To: <93F21572-A7E9-45FB-9766-6D663D6C6173@inktank.com> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: David Zafman Cc: "ceph-devel@vger.kernel.org" On 02/11/2013 06:28 PM, David Zafman wrote: > > After updating to latest master I have the following files listed by git status: These are mostly renamed binaries. If you run 'make clean' on the version before the name changes (133295ed001a950e3296f4e88a916ab2405be0cc) they'll be removed. If you're sure you have nothing you want to save that's not in a commit, you can always 'git clean -fdx'. src/ceph.conf and src/keyring are generated by vstart.sh, and I forgot to add them to .gitignore again earlier. There was also a typo in ceph-filestore-dump - it was not renamed. These are fixed now. Josh > $ git status > # On branch master > # Untracked files: > # (use "git add ..." to include in what will be committed) > # > # src/bench_log > # src/ceph-filestore-dump > # src/ceph.conf > # src/dupstore > # src/keyring > # src/kvstorebench > # src/multi_stress_watch > # src/omapbench > # src/psim > # src/radosacl > # src/scratchtool > # src/scratchtoolpp > # src/smalliobench > # src/smalliobenchdumb > # src/smalliobenchfs > # src/smalliobenchrbd > # src/streamtest > # src/testcrypto > # src/testkeys > # src/testrados > # src/testrados_delete_pools_parallel > # src/testrados_list_parallel > # src/testrados_open_pools_parallel > # src/testrados_watch_notify > # src/testsignal_handlers > # src/testtimers > # src/tpbench > # src/xattr_bench > nothing added to commit but untracked files present (use "git add" to track) > > David Zafman > Senior Developer > david.zafman@inktank.com > > >