90f17917560b3274efddfb6e641668c2541f1146
[platform/framework/web/crosswalk.git] / src / native_client / .gitignore
1 # This is a standard .gitignore file, used to exclude certain files
2 # from a 'git status' command and other similar commands.
3 # Please keep each section in alphabetical order.
4
5 # Ignore these filename patterns
6 *~
7 *.gypcmd
8 *.Makefile
9 *.mk
10 *.props
11 *.pyc
12 *.pyc-2.4
13 *.pyo
14 *.pyo-2.4
15 *.rules
16 *.sdf
17 *.sln
18 *.slo
19 *.swp
20 *.suo
21 *.targets
22 *.user
23 *.vcproj
24 *.vcxproj
25 *.vcxproj.filters
26 *.xcodeproj/
27 testserver.log
28
29 # Ignore these directories wherever they appear
30 .cproject/
31 .project/
32 .pydevproject/
33 .settings/
34 hg/
35 toolchain/hg-build/
36 toolchain/hg-log/
37
38 # toolchain_build/toolchain_build.py creates these.
39 toolchain_build/cache/
40 toolchain_build/out/
41 toolchain_build/src/
42
43 # Ignore these absolute directories (relative to native_client directory)
44 /build/Debug/
45 /build/Release/
46 /chromebinaries/
47 /scons-out/
48 /toolchain/
49 /tools/BUILD/
50 /tools/out/
51 /tools/perf_expectations/
52 /tools/SRC/
53
54 # These directories only show up if you have supplement.DEPS in your .gclient
55 /private_tests/
56 /private_tools/
57 /supplement/
58
59 # These directories are created by running tests/spec2k/run_all.sh
60 /tests/spec2k/bin/
61 /tests/spec2k/[0-9][0-9][0-9].*/
62
63 # These directories are created by pnacl/build.sh sync-sources
64 pnacl/build/
65 pnacl/git/
66 pnacl/src/