Skip to content

Commit

Permalink
.gitignore: Ignore src/third_party/khronos/CL.
Browse files Browse the repository at this point in the history
We started checking out this directory with Crosswalk PR#2426, but since
we do not have it in .gitignore the directory ends up being removed
every time we run gclient sync.
  • Loading branch information
Raphael Kubo da Costa committed Oct 7, 2014
1 parent 66c669a commit 22479b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ v8.log
/third_party/jarjar
/third_party/jsoncpp/source
/third_party/jsr-305/src
/third_party/khronos/CL
/third_party/leveldatabase/src
/third_party/leveldb
/third_party/libaddressinput/src
Expand Down

0 comments on commit 22479b2

Please sign in to comment.