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

Side by Side Diff: .gitignore

Issue 3199015: Don't generate quitquitquit files when running unit tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: save one line Created 10 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | subprocess_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # NOTE! Please use 'git ls-files -i --exclude-standard' 2 # NOTE! Please use 'git ls-files -i --exclude-standard'
3 # command after changing this file, to see if there are 3 # command after changing this file, to see if there are
4 # any tracked files which get ignored after the change. 4 # any tracked files which get ignored after the change.
5 # 5 #
6 6
7 # Standard excludes 7 # Standard excludes
8 *~ 8 *~
9 *.a 9 *.a
10 *.o 10 *.o
11 11
12 # Build/test generated files 12 # Build/test generated files
13 *.gcda 13 *.gcda
14 *.gcno 14 *.gcno
15 /.sconsign.dblite 15 /.sconsign.dblite
16 /app.info 16 /app.info
17 /delta_generator 17 /delta_generator
18 /html/ 18 /html/
19 /marshal.glibmarshal.c 19 /marshal.glibmarshal.c
20 /marshal.glibmarshal.h 20 /marshal.glibmarshal.h
21 /quitquitquit*
22 /test_http_server 21 /test_http_server
23 /update_engine 22 /update_engine
24 /update_engine.dbusclient.h 23 /update_engine.dbusclient.h
25 /update_engine.dbusserver.h 24 /update_engine.dbusserver.h
26 /update_engine_client 25 /update_engine_client
27 /update_engine_unittests 26 /update_engine_unittests
28 /update_metadata.pb.cc 27 /update_metadata.pb.cc
29 /update_metadata.pb.h 28 /update_metadata.pb.h
30 29
OLDNEW
« no previous file with comments | « no previous file | subprocess_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698