Skip to content

Commit

Permalink
Make .gitignore ignore generated scripts in tools/objc.
Browse files Browse the repository at this point in the history
--
Change-Id: Id4797fc1e01247f22485a980f8cce6ca0fbf1b44
Reviewed-on: https://bazel-review.googlesource.com/#/c/2360/
MOS_MIGRATED_REVID=108843249
  • Loading branch information
davidsantiago authored and kchodorow committed Nov 30, 2015
1 parent ece87c2 commit 0faac65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
/tools/jdk/jdk
/tools/objc/*.jar
/tools/objc/actoolwrapper.sh
/tools/objc/environment_plist.sh
/tools/objc/ibtoolwrapper.sh
/tools/objc/momctoolwrapper.sh
/tools/objc/momcwrapper.sh
/tools/objc/realpath
/tools/objc/StdRedirect.dylib
/tools/objc/swiftstdlibtoolwrapper.sh
/tools/objc/swiftstdlibtoolzip.sh
/tools/objc/xcrunwrapper.sh

0 comments on commit 0faac65

Please sign in to comment.