Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: .gitignore

Issue 2040273003: [Third Party] Add sqlite4java to Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update DEPS with new names. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/sqlite4java/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 19ed328c92ec008e95a282523f086d225cef0c6c..757ed807607eadd986e67c6dcc2a2212c2a4629d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -417,6 +417,10 @@ vs-chromium-project.txt
/third_party/smhasher/src
/third_party/snappy/src
/third_party/SPIRV-Tools/src
+/third_party/sqlite4java/lib/**/*.dll
+/third_party/sqlite4java/lib/**/*.jar
+/third_party/sqlite4java/lib/**/*.jnilib
+/third_party/sqlite4java/lib/**/*.so
/third_party/swiftshader/include/
/third_party/syzygy
/third_party/syzygy/binaries
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/sqlite4java/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698