summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add the newly included FLAC third party library to the DEPS file and ignoresatish@chromium.org2011-01-171-0/+1
| | | | | | | | | | | | | | list. I have also set the svn:ignore property for the 'flac' subdir under third_party directory, though I guess it can't be seen in the review. BUG=none TEST=none Review URL: http://codereview.chromium.org/6205006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71593 0039d316-1c4b-4281-b951-d872f2087c98
* .gitignore: added SlickEdit project wildcardsscheib@chromium.org2011-01-071-0/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5748003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70803 0039d316-1c4b-4281-b951-d872f2087c98
* Add Thumbs.db to gitingore.tfarina@chromium.org2010-12-291-1/+2
| | | | | | | | | BUG=None TEST=run 'git status' and confirm that this files is not showed. Review URL: http://codereview.chromium.org/6066006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70250 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/yasm/binaries to .gitignore.tfarina@chromium.org2010-12-211-0/+1
| | | | | | | | | | | So 'git status' doesn't report it as untracked. And I stop bothering with this. :) BUG=None TEST=run 'git status', you shouldn't see git complaining about it anymore. Review URL: http://codereview.chromium.org/6092001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69893 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/libjpeg_turbo to .gitignore.derat@chromium.org2010-12-161-0/+1
| | | | | | | | | | BUG=none TEST=git status TBR=evan Review URL: http://codereview.chromium.org/5933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69418 0039d316-1c4b-4281-b951-d872f2087c98
* Tell git to ignore python 2.6, which NaCl includes using DEPS on windows.skerner@chromium.org2010-12-071-0/+1
| | | | | | | | | | | I considered removing the line to ignore python 2.4. I left it in place in case anyone wants to check out an old version. BUG=None TEST=Run git gui on a chrome checkout under windows. No longer see warnings about 7000+ untracked files. Review URL: http://codereview.chromium.org/5519012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68443 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Update .gitignore for build-related files.derat@chromium.org2010-12-061-0/+3
| | | | | | | | | | | | | This makes us ignore out_* (per-board output directories, e.g. out_x86-generic) and c (a symlink created by the Chrome OS ebuild to limit the length of some command lines). BUG=chromium-os:7967 TEST=ran "git status" Review URL: http://codereview.chromium.org/5535005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68366 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/test/data/pyauto_private to .gitignoreisherman@chromium.org2010-11-291-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5374005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67582 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up on r65720: adds third_party/openssl to .gitignorebulach@chromium.org2010-11-111-0/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4694007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65799 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore based on looking at DEPS.evan@chromium.org2010-11-031-10/+3
| | | | | | | | | | | Removing some obsolete entries. DEPS found from using "gclient recurse pwd" and then examining redundant entries manually to verify they weren't used on other platforms. Review URL: http://codereview.chromium.org/4426001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64980 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore: Windows, gdb, ctags.enne@chromium.org2010-10-141-0/+4
| | | | | | | | | | | NO CODE CHANGE. TEST=none BUG=none Review URL: http://codereview.chromium.org/3547004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62588 0039d316-1c4b-4281-b951-d872f2087c98
* Remove third_party/protobuf2agl@chromium.org2010-10-131-1/+0
| | | | | | | | | This can be safely nuked because we're using third_party/protobuf now. BUG=none TEST=compile git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62422 0039d316-1c4b-4281-b951-d872f2087c98
* Add /third_party/safe_browsing/testing to .gitignore.maruel@chromium.org2010-09-291-0/+1
| | | | | | | | | | | | NO CODE CHANGE. TBR=lzheng BUG=none TEST=none Review URL: http://codereview.chromium.org/3580002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60948 0039d316-1c4b-4281-b951-d872f2087c98
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-281-0/+2
| | | | | | | | | | | Added EncoderVp8 with test for chromoting. TEST=remoting_unittests BUG=50235 Review URL: http://codereview.chromium.org/3005036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60854 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/lss to .gitignore.maruel@chromium.org2010-09-251-0/+1
| | | | | | | | | | | | NO CODE CHANGE. TBR=thestig TEST=none BUG=none Review URL: http://codereview.chromium.org/3387020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60588 0039d316-1c4b-4281-b951-d872f2087c98
* Add git ignore rule for libsrtpagl@chromium.org2010-09-231-0/+1
| | | | | | | | | | | TBR=sergeyu TEST=none BUG=none http://codereview.chromium.org/3435023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60287 0039d316-1c4b-4281-b951-d872f2087c98
* gitignore: Add /chrome/browser/extensions/default_extensions/chromeosdpolukhin@chromium.org2010-09-091-0/+1
| | | | | | | | | | BUG=none TEST="git status" TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/3290017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58918 0039d316-1c4b-4281-b951-d872f2087c98
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copy mseaborn@chromium.org2010-09-011-0/+1
| | | | | | | | | | | | | | | | This means changes to the sandbox won't have to be committed twice, to both trees. This is a retry of r57921, which was committed with git-svn and failed to remove the "seccomp" directory. This caused problems when trying to "svn checkout" to the same location, and the change was reverted. This time I will use SVN to commit the change. BUG=none TEST=smoke test of running chromium with --enable-seccomp-sandbox Review URL: http://codereview.chromium.org/3225010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58184 0039d316-1c4b-4281-b951-d872f2087c98
* gitignore: Add tools/histograms/.derat@chromium.org2010-08-201-0/+1
| | | | | | | | | | BUG=none TEST="git status" TBR=evan@chromium.org Review URL: http://codereview.chromium.org/3166026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56885 0039d316-1c4b-4281-b951-d872f2087c98
* .gitignore modified to add Windows build directories:scheib@google.com2010-08-171-7/+11
| | | | | | | | | | | | | | | build/Debug build/Purify build/Release File sorted to fix previous inconsistencies. BUG=none TEST=none Review URL: http://codereview.chromium.org/3165013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56458 0039d316-1c4b-4281-b951-d872f2087c98
* Add the newly included speex third party library to the DEPS file and ignore ↵satish@chromium.org2010-08-171-0/+1
| | | | | | | | | | | | list. I have also set the svn:ignore property for the 'speex' subdir under third_party directory, though I guess it can't be seen in the review. BUG=none TEST=none yet Review URL: http://codereview.chromium.org/3143022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56371 0039d316-1c4b-4281-b951-d872f2087c98
* Added system notification for update_engine.seanparent@google.com2010-07-131-0/+1
| | | | | | | | | BUG=chromium-os:1178 1610 2033 TEST=UpdateBrowserTest.Notifications Review URL: http://codereview.chromium.org/2859043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52237 0039d316-1c4b-4281-b951-d872f2087c98
* Push change for stevenjb:chocobo@chromium.org2010-06-281-0/+1
| | | | | | | | | | | | Issue 2848016: Store wifi network in network_menu_button.cc as a path instead of as a struct. Store wifi network in network_menu_button.cc as a path instead of as a struct. This should address a potential edge case where wifi network information gets updated after the menu is opened and before a network is selected. BUG=None TEST=None Review URL: http://codereview.chromium.org/2817036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51064 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/installer/mac/third_party/xz/xz to .gitignore.bauerb@chromium.org2010-06-281-0/+1
| | | | | | | | | | BUG=None TEST=Less Git clutter. TBR=mark@chromium.org Review URL: http://codereview.chromium.org/2862030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50972 0039d316-1c4b-4281-b951-d872f2087c98
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50566 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore.jeremy@chromium.org2010-06-131-0/+1
| | | | | | Review URL: http://codereview.chromium.org/2803001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49643 0039d316-1c4b-4281-b951-d872f2087c98
* Changes rlz/binary to rlz in .gitignoremlloyd@chromium.org2010-06-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2714011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49574 0039d316-1c4b-4281-b951-d872f2087c98
* Add .DS_Store to the .gitignore file.rsesek@chromium.org2010-06-071-2/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2702002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49062 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/hunspell_dictionaries to .gitignoremnissler@chromium.org2010-06-041-0/+1
| | | | | | | | | | | This is follow up to r48807 Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries". BUG=none TEST=none Review URL: http://codereview.chromium.org/2646002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48908 0039d316-1c4b-4281-b951-d872f2087c98
* Adds third_party/libjingle/source to .gitignorebulach@chromium.org2010-06-031-0/+1
| | | | | | | | (this is a follow up to http://codereview.chromium.org/2255007/show which brings this directory via DEPS). Review URL: http://codereview.chromium.org/2583001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48829 0039d316-1c4b-4281-b951-d872f2087c98
* Adds third_party/ffmpeg (and removes old subdirectories) to .gitignorebulach@chromium.org2010-06-021-2/+1
| | | | | | | | (this is a follow up on r48704 and r48703) Review URL: http://codereview.chromium.org/2457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48728 0039d316-1c4b-4281-b951-d872f2087c98
* Add vim temporary files to .gitignore.viettrungluu@chromium.org2010-05-241-0/+1
| | | | | | | | | | | Ignore ".*.sw?". BUG=none TEST=git+vim users should no longer see temporary files Review URL: http://codereview.chromium.org/2089023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48082 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-201-0/+1
| | | | | | | | | | | Patches by Frank Galligan (fgalligan@google.com), Tom Finegan (tomfinegan@google.com) and James Zern (jzern@google.com). BUG=none TEST=none Review URL: http://codereview.chromium.org/2093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47759 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/ppapi to .gitignorebauerb@chromium.org2010-05-111-0/+1
| | | | | | | | | BUG=none TEST=Clean `git status` Review URL: http://codereview.chromium.org/2045010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46917 0039d316-1c4b-4281-b951-d872f2087c98
* .gitignore: add third_party/mingw-w64 and third_party/nssmaruel@chromium.org2010-04-301-0/+2
| | | | | | | | | third_party/nss was added to DEPS in r37022; third_party/mingw-w64 was added to DEPS in r40062. Both changes forgot to update .gitignore. Review URL: http://codereview.chromium.org/1796005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46069 0039d316-1c4b-4281-b951-d872f2087c98
* Added angleproject back but with a different name. The trybots/buildbots ↵alokp@chromium.org2010-04-281-1/+1
| | | | | | | | would just not forget about angleproject. Review URL: http://codereview.chromium.org/1763016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45876 0039d316-1c4b-4281-b951-d872f2087c98
* Add some new directories to .gitignore.evan@chromium.org2010-04-231-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45465 0039d316-1c4b-4281-b951-d872f2087c98
* Added Google Cache Invalidation library to DEPS and got it to compileakalin@chromium.org2010-04-231-0/+1
| | | | | | | | | | | | | | with the Chromium libraries. Added some override files to make it work, the biggest of which defines NewPermanentCallback() overrides that base/callback.h doesn't handle. BUG=34646 TEST=added unittests Review URL: http://codereview.chromium.org/1720001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45412 0039d316-1c4b-4281-b951-d872f2087c98
* Pull ANGLE into chromium for integration.alokp@chromium.org2010-04-191-0/+1
| | | | | | Review URL: http://codereview.chromium.org/1564033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44912 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore Eclipse generated projects and metadata files.bulach@chromium.org2010-04-091-0/+3
| | | | | | | | (landing http://codereview.chromium.org/1595016/show for satish@chromium.org) Review URL: http://codereview.chromium.org/1542023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44069 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore more gyp/make spew, and add a couple missing svn directories.mmoss@google.com2010-03-301-0/+3
| | | | | | Review URL: http://codereview.chromium.org/1587004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43090 0039d316-1c4b-4281-b951-d872f2087c98
* add third_party/lighttpd to .gitignoredpranke@chromium.org2010-03-291-0/+1
| | | | | | | | | | BUG=none R=maruel@chromium.org TEST=none Review URL: http://codereview.chromium.org/1338006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43015 0039d316-1c4b-4281-b951-d872f2087c98
* Check in machine-parseable licensing info for lighttpd.evan@chromium.org2010-03-241-1/+0
| | | | | | | | BUG=39240 Review URL: http://codereview.chromium.org/1296003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42560 0039d316-1c4b-4281-b951-d872f2087c98
* Notification for battery with <= 15 minutes remaining.seanparent@google.com2010-03-191-0/+2
| | | | | | | | | BUG=521 TEST=none Review URL: http://codereview.chromium.org/1079007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42153 0039d316-1c4b-4281-b951-d872f2087c98
* Add Valgrind dir to .gitignore.evan@chromium.org2010-02-251-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40010 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/browser/renderer_host/translate to gitignore.tony@chromium.org2010-02-041-0/+1
| | | | | | | | | | This was added to svn:ignore in r37754. TBR=derat Review URL: http://codereview.chromium.org/573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38089 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/swig to .gitignorejeremy@chromium.org2010-01-311-0/+1
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37663 0039d316-1c4b-4281-b951-d872f2087c98
* Add more Chrome OS repo directories to .gitignore.derat@chromium.org2010-01-271-0/+2
| | | | | | | | | | TBR=satorux BUG=none TEST=none Review URL: http://codereview.chromium.org/557018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37277 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/chromeos_text_input to .gitignore.derat@chromium.org2010-01-271-0/+1
| | | | | | | | | | TBR=satorux BUG=none TEST=none Review URL: http://codereview.chromium.org/555120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37220 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore /third_party/lighttpd for git because it keep appearing in 'git status'.hayato@chromium.org2009-12-211-0/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/501149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35085 0039d316-1c4b-4281-b951-d872f2087c98