ring/.gitignore

46 lines
538 B
Plaintext
Raw Normal View History

# pregenerated/ cannot be here because we need `cargo package` to package stuff
# in it. However, we don't need/want `cargo package` to package pregenerated/tmp,
# so that can be here.
pregenerated/tmp
build/
ssl/test/runner/runner
2020-05-01 22:53:55 -05:00
*.log
*.pyc
*.swp
*.swo
doc/*.html
doc/doc.css
*.bk
*.orig
*~
# Visual Studio Junk
.vs/
*.opensdf
*.psess
*.sdf
*.sln.docstates
*.suo
*.user
*.userosscache
2016-03-30 23:35:21 -10:00
*.VC.db
*.VC.opendb
*.vsp
*.vspx
*.rsproj
*.sln
2017-03-06 10:42:47 -10:00
*.vcxproj
*.filters
# Cargo Junk
Cargo.lock
target/
2017-01-07 12:24:53 -08:00
# JetBrains Junk
.idea
*.iml
2017-12-23 11:31:23 -10:00
CMakeLists.txt