diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 01:09:05 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 01:09:05 +0000 |
commit | 07ffef1a601366619755a4f15cf4aa1b2e9ecfa7 (patch) | |
tree | b88600e931428dbe4f0d28ad1d94732f398ede4c /native_client_sdk/src/.gitignore | |
parent | 0f9067badc4ebce72372d06f1e75550cfb8af945 (diff) | |
download | chromium_src-07ffef1a601366619755a4f15cf4aa1b2e9ecfa7.zip chromium_src-07ffef1a601366619755a4f15cf4aa1b2e9ecfa7.tar.gz chromium_src-07ffef1a601366619755a4f15cf4aa1b2e9ecfa7.tar.bz2 |
Adding in (mostly) verbatim landing of nacl sdk.
Dropping large binaries.
Redo of http://crrev.com/110822
checkdeps + checkperms have now beep updated in preparation.
BUG=None
TEST=None
R=noelallen@google.com
TBR
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/.gitignore')
-rw-r--r-- | native_client_sdk/src/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/native_client_sdk/src/.gitignore b/native_client_sdk/src/.gitignore new file mode 100644 index 0000000..05bda61 --- /dev/null +++ b/native_client_sdk/src/.gitignore @@ -0,0 +1,33 @@ +# This is a standard .gitignore file, used to exclude certain files +# from a 'git status' command, or similar + +# Ignore these filename patterns +*.cmd +*.gz +*.nexe +*.nmf +*.o +*.pyc +*.pyo + +# Ignore all hidden files +.* + +# Ignore all directories than contain these names +scons-out/ +third_party/ +toolchain/ + +# Ignore these particular directories (relative to src directory) +/build_tools/NSIS/ +/build_tools/packages/ +/build_tools/sdk_install_name.nsh +/build_tools/sdk_section.nsh +/build_tools/tests/apply_patch_test_archive/ +/build_tools/toolchain_archives/ +/chrome_binaries/ +/debugger/NativeClientVSX/ +/debugger/nacl-gdb_server/x64/ +/experimental/webgtt/tests/nacltest/*.cc +/site_scons/ +/staging/ |