Skip to content

Commit

Permalink
- Fix git files.
Browse files Browse the repository at this point in the history
BUG=
R=asiva@google.com, rmacnak@google.com

Review URL: https://codereview.chromium.org//1340133006 .
  • Loading branch information
iposva-google committed Sep 14, 2015
1 parent 7720e0b commit 3a8c3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Explicitly declare text files we want to be normalized.
*.c text
*.cc text
*.cpp text
*.h text
*.gyp text
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
/xcodebuild
/.flaky.log
/.debug.log
/*.Makefile
*.Makefile
*.opensdf
*.sdf
*.sln
*.suo
/*.target.mk
*.target.mk
*.host.mk
*.vcproj
*.vcxproj
Expand Down

0 comments on commit 3a8c3ec

Please sign in to comment.