Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 316208] CDT git migration

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316208
Product/Component: CDT / cdt-releng

--- Comment #53 from Dave Carver <d_a_carver@xxxxxxxxx> 2011-06-13 11:11:59 EDT ---
(In reply to comment #52)
> Did we talk about .gitignore files for our repos?

If you will be using Maven for the builds then at the minum you want to have
.gitignore that includes the following:

bin
target


You might also want to consider .gitattributes as well.

http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top