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

Side by Side Diff: .gitignore

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Add script for setting up test db Created 6 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | datahopper/go/datahopper/main.go » ('j') | go/database/setup_test_db » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Compiled python files. 1 # Compiled python files.
2 *.pyc 2 *.pyc
3 # Files open in vi. 3 # Files open in vi.
4 *.swp 4 *.swp
5 # Compiled cfg files. 5 # Compiled cfg files.
6 *.cfgc 6 *.cfgc
7 # gclient files 7 # gclient files
8 .gclient* 8 .gclient*
9 # common code 9 # common code
10 common 10 common
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 monitoring/third_party 47 monitoring/third_party
48 push/google_storage_token.data 48 push/google_storage_token.data
49 push/third_party 49 push/third_party
50 push/node_modules 50 push/node_modules
51 push/res/vul 51 push/res/vul
52 push/res/imp/bower_components 52 push/res/imp/bower_components
53 push/res/js/core.js 53 push/res/js/core.js
54 push/res/js/core-debug.js 54 push/res/js/core-debug.js
55 push/res/imp/bower_components 55 push/res/imp/bower_components
56 push/res/common 56 push/res/common
57 # Ignore all SQLite databases, because tests will create their own unique ones.
58 *.db
59 # Logfiles from launched buildslaves. 57 # Logfiles from launched buildslaves.
60 launch_slaves.log* 58 launch_slaves.log*
OLDNEW
« no previous file with comments | « no previous file | datahopper/go/datahopper/main.go » ('j') | go/database/setup_test_db » ('J')

Powered by Google App Engine
This is Rietveld 408576698