aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2020-12-04 12:38:08 +0100
committerJeff Vander Stoep <jeffv@google.com>2020-12-04 12:38:08 +0100
commit10c89c58562f8e90c25e7573096e71dc83dc4786 (patch)
tree30b3efa938d801f0479e5ea2c6c647c74e60afa1 /.gitignore
parent8ecf69645e5dc06b2d864b8228d1b5b19cefaaf6 (diff)
downloaduntrusted-10c89c58562f8e90c25e7573096e71dc83dc4786.tar.gz
untrusted crate v0.7.1
Bug: 155855709 Test: n/a Change-Id: I3a4cd835839a800d4a091bf99964bf0f09883168
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore37
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..71aa63b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+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