commit | 31e4e5da0c5b7a286e49cf74770fa495e776451c | [log] [tgz] |
---|---|---|
author | Alexey Marinichev <[email protected]> | Wed Feb 17 11:05:44 2010 -0800 |
committer | Alexey Marinichev <[email protected]> | Wed Feb 17 11:05:44 2010 -0800 |
tree | 82d093da340054b6e8268db8f2ea461ae036e714 | |
parent | d5ff9e64f9c9bf6ecad571e784094e998e8538e6 [diff] [blame] |
Added *.d files to .gitignore. Those are dependency files generated by gcc -MD and such. Review URL: http://codereview.chromium.org/618012
diff --git a/.gitignore b/.gitignore index a138169..ea8ea0d 100644 --- a/.gitignore +++ b/.gitignore
@@ -5,7 +5,7 @@ # # Standard ignores -*.[ao] +*.[aod] *.la *.lo *.pyc