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

Side by Side Diff: .gitignore

Issue 2399003004: Ignore CMakeLists.txt (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Build artifacts and dependencies. 1 # Build artifacts and dependencies.
2 /.children 2 /.children
3 /.project 3 /.project
4 /Makefile 4 /Makefile
5 /base 5 /base
6 /benchmarks 6 /benchmarks
7 /buildtools 7 /buildtools
8 /ipch 8 /ipch
9 /out 9 /out
10 /xcodebuild 10 /xcodebuild
(...skipping 16 matching lines...) Expand all
27 *.intermediate 27 *.intermediate
28 28
29 # Eclipse config files - also in all subdirectories. 29 # Eclipse config files - also in all subdirectories.
30 .children 30 .children
31 .project 31 .project
32 .settings 32 .settings
33 33
34 # IntelliJ project files 34 # IntelliJ project files
35 *.iml 35 *.iml
36 .idea 36 .idea
37 CMakeLists.txt
37 38
38 # Built by chromebot and downloaded from Google Storage 39 # Built by chromebot and downloaded from Google Storage
39 client/tests/drt 40 client/tests/drt
40 41
41 # Compiled python binaries 42 # Compiled python binaries
42 *.pyc 43 *.pyc
43 44
44 # pydev project file. 45 # pydev project file.
45 .pydevproject 46 .pydevproject
46 47
(...skipping 19 matching lines...) Expand all
66 *.rej 67 *.rej
67 68
68 # Generated files. 69 # Generated files.
69 tools/dartium/out 70 tools/dartium/out
70 tools/out 71 tools/out
71 tools/xcodebuild 72 tools/xcodebuild
72 editor/util/testing/mac/CodeLab.suite/Results 73 editor/util/testing/mac/CodeLab.suite/Results
73 editor/util/testing/mac/DartEditor.suite/Results 74 editor/util/testing/mac/DartEditor.suite/Results
74 editor/util/testing/mac/Samples.suite/Results 75 editor/util/testing/mac/Samples.suite/Results
75 .test-outcome.log 76 .test-outcome.log
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698