ring/.gitignore
David Benjamin 8b60cde1ad Update tools.
In particular, pull Go 1.11 to get module support. Also we don't need to
pull in libfuzzer anymore.

Change-Id: I8098f64cef59422d9d43f7eca5bf3ced69eb70c4
Reviewed-on: https://boringssl-review.googlesource.com/31864
Reviewed-by: Adam Langley <agl@google.com>
2018-09-13 17:57:30 +00:00

38 lines
322 B
Plaintext

build/
ssl/test/runner/runner
*.bk
*.orig
*.swp
*.swo
doc/*.html
doc/doc.css
*~
# Visual Studio Junk
.vs/
*.opensdf
*.psess
*.sdf
*.sln.docstates
*.suo
*.user
*.userosscache
*.VC.db
*.VC.opendb
*.vsp
*.vspx
*.rsproj
*.sln
*.vcxproj
*.filters
# Cargo Junk
Cargo.lock
target/
# JetBrains Junk
.idea
*.iml
CMakeLists.txt