From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Luan Subject: [Question] Add some file into .gitignore is suitable? Date: Mon, 11 Nov 2013 21:28:15 +0800 Message-ID: <5280DB6F.6000700@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi all, I clone our git reposity, and create cscope index into the project (to navigate the source code). But i execute the command "git status" and find some warning information "Untracked files: cscope.*". I just want to if adding cscope.* into .gitignore file to ignore some file is suitable (such as linux kernel .gitignore)? Thanks, Jason