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

Side by Side Diff: .gitignore

Issue 5331009: crosutils: add scripts/.local_mounts to allow mounting additional (RO) folders in chroot Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Add into .gitignore, and refine local variable names Created 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | enter_chroot.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # User files 1 # User files
2 /.chromeos_dev 2 /.chromeos_dev
3 /.default_board 3 /.default_board
4 /.local_mounts
4 /shared_user_passwd.txt 5 /shared_user_passwd.txt
5 6
6 # Generated files 7 # Generated files
7 *.pyc 8 *.pyc
8 *~ 9 *~
OLDNEW
« no previous file with comments | « no previous file | enter_chroot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698