.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Copyright 2014 The Crashpad Authors. All rights reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. *.Makefile
  15. *.ninja
  16. *.pyc
  17. *.target.mk
  18. *.xcodeproj
  19. *~
  20. .*.sw?
  21. .cache
  22. .DS_Store
  23. .gdb_history
  24. .gdbinit
  25. /Makefile
  26. /out
  27. /third_party/edo/edo
  28. /third_party/fuchsia/.cipd
  29. /third_party/fuchsia/clang
  30. /third_party/fuchsia/qemu
  31. /third_party/fuchsia/sdk
  32. /third_party/googletest/googletest
  33. /third_party/libfuzzer
  34. /third_party/linux/.cipd
  35. /third_party/linux/clang
  36. /third_party/linux/sysroot
  37. /third_party/lss/lss
  38. /third_party/gyp/gyp
  39. /third_party/mini_chromium/mini_chromium
  40. /third_party/zlib/zlib
  41. /xcodebuild
  42. tags