Fix for Geolocation webTCT failures
[platform/framework/web/chromium-efl.git] / 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 *.pyc
8 *.pyo
9 *.swp
10 testserver.log
11
12 # Ignore these directories wherever they appear
13 .cproject/
14 .project/
15 .pydevproject/
16 .settings/
17
18 # toolchain_build/toolchain_build.py creates these.
19 /cmake-*
20 /cmake343/
21 /toolchain_build/cache/
22 /toolchain_build/git_cache/
23 /toolchain_build/out/
24 /toolchain_build/src/
25
26 # Ignore these absolute directories (relative to native_client directory)
27 /build/Debug/
28 /build/Release/
29 /chromebinaries/
30 /scons-out/
31 /toolchain/
32 /tools/BUILD/
33 /tools/out/
34 /tools/perf_expectations/
35 /tools/SRC/
36 /tools/gn/bin/linux
37 /tools/gn/bin/mac
38 /tools/gn/bin/win
39
40 # These directories only show up if you have supplement.DEPS in your .gclient
41 /private_tests/
42 /private_tools/
43 /supplement/
44
45 # These directories are created by running tests/spec2k/run_all.sh
46 /tests/spec2k/bin/
47 /tests/spec2k/[0-9][0-9][0-9].*/
48
49 # These directories are created by pnacl/build.sh
50 /pnacl/build/
51
52 # Ignore the hermetic cygwin used on windows toolchain builds.
53 /cygwin/