Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Issue 618012: Added *.d files to .gitignore. Those are dependency files generated by gcc -MD and such. (Closed)

Created:
10 years, 10 months ago by Alexey Marinichev
Modified:
9 years, 7 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Added *.d files to .gitignore. Those are dependency files generated by gcc -MD and such.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Alexey Marinichev
10 years, 10 months ago (2010-02-17 18:58:04 UTC) #1
petkov
LGTM but can't you just change *.[ao] to *.[ado] instead?
10 years, 10 months ago (2010-02-17 18:59:54 UTC) #2
Alexey Marinichev
10 years, 10 months ago (2010-02-17 19:03:59 UTC) #3
On 2010/02/17 18:59:54, petkov wrote:
> LGTM but can't you just change *.[ao] to *.[ado] instead?

OK.  I wanted it to be more explicit, but saving one line instead is fine with
me :-)

Powered by Google App Engine
This is Rietveld 408576698