summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove the old locations of forked tcmalloc files.sgk@chromium.org2009-12-011-1/+0
| | | | | | | | | | Remove the tcmalloc line from DEPS in favor of our vendor branch. Remove the old jemalloc checked in underneath tcmalloc. BUG=27911 TEST=none Review URL: http://codereview.chromium.org/457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33506 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore more directories in Git.mhm@chromium.org2009-11-151-0/+4
| | | | | | | | | | | | | | In cygwin git, folders keep appearing in 'git status' /chrome_frame/tools/test/reference_build /third_party/ots /third_party/pefile /third_party/xulrunner-sdk Added them to ignore. Review URL: http://codereview.chromium.org/384137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32018 0039d316-1c4b-4281-b951-d872f2087c98
* Add some ffmpeg/yasm dirs to .gitignore.evan@chromium.org2009-11-041-0/+2
| | | | | | Review URL: http://codereview.chromium.org/363006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30985 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: evanjeremy@chromium.org2009-10-061-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28178 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore to exclude generated files on Windows, as well as ↵nick@chromium.org2009-09-231-0/+8
| | | | | | | | | | | | | | | | | | | | Windows-only DEPS inclusions. Is this safe, given the vcproj files that are in the repository? I believe so. The gitignore documentation states: "Note that all the gitignore files really concern only files that are not already tracked by git; in order to ignore uncommitted changes in already tracked files, please refer to the git update-index --assume-unchanged documentation." TEST=ran "git status" on Windows, saw no generated files BUG=none Review URL: http://codereview.chromium.org/219004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26978 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-171-46/+47
| | | | | | | | | | | | | | Fix the format of many directories so they don't show up in git status anymore. Run dos2unix on *.cc, caught many inconsistent and CRLF files. TBR=evan TEST=still build, git status shows nothing BUG=none Review URL: http://codereview.chromium.org/211010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26441 0039d316-1c4b-4281-b951-d872f2087c98
* Add /chrome/tools/test/reference_build/ to .gitignore.jeremy@chromium.org2009-09-091-0/+1
| | | | | | Review URL: http://codereview.chromium.org/196064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25734 0039d316-1c4b-4281-b951-d872f2087c98
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the ↵jshin@chromium.org2009-09-091-1/+1
| | | | | | | | | | | | | | | | | | references to third_party/icu38 and icudt38.dll with third_party/icu and icudt42.dll in vsprops and cc files. Also, update the icu data module name and the icu data symbol in icu_util.cc In addition, add a dummy C++ source file (xmldummy_mac.cc) to libxml to work around an Xcode bug (xmllint and xmlcatalog are linked with gcc rather than g++ even though it's linked to a "C++ library", libicuuc.a). Also updated is the test results for net_util_unittests. This will not be landed until deps/third_party/icu42 is ready for all 3 platforms (Windows VS build files are not yet updated there). BUG=8198 TEST=On all platforms, all the targets are built fine. Review URL: http://codereview.chromium.org/172031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25708 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple more directories to .gitignore.jeremy@chromium.org2009-09-021-0/+3
| | | | | | Review URL: http://codereview.chromium.org/172114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25241 0039d316-1c4b-4281-b951-d872f2087c98
* Add third_party/hunspell to .gitignorejeremy@chromium.org2009-08-211-0/+1
| | | | | | | | TBR=evnam Review URL: http://codereview.chromium.org/173200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23970 0039d316-1c4b-4281-b951-d872f2087c98
* Add /chrome/test/data/layout_tests/ to .gitignorejeremy@chromium.org2009-08-191-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23687 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at Safari Import - Home Page & History Only.jeremy@chromium.org2009-07-311-1/+7
| | | | | | Review URL: http://codereview.chromium.org/159668 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22179 0039d316-1c4b-4281-b951-d872f2087c98
* Update gitignoreevan@chromium.org2009-07-261-1/+1
| | | | | | | | | | Protobuf was removed in favour of protobuf2. (Patch by Joel Stanley) Review URL: http://codereview.chromium.org/159334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21630 0039d316-1c4b-4281-b951-d872f2087c98
* Update gitignoreevan@chromium.org2009-07-141-0/+5
| | | | | | | | Ignore directories that have recently been added to the gclient checkout. Review URL: http://codereview.chromium.org/149592 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20594 0039d316-1c4b-4281-b951-d872f2087c98
* git: sort and add extras to .gitignoreevan@chromium.org2009-06-231-13/+19
| | | | | | Review URL: http://codereview.chromium.org/144021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18991 0039d316-1c4b-4281-b951-d872f2087c98
* Add git ignore file to repo.jeremy@chromium.org2009-06-031-0/+39
Review URL: http://codereview.chromium.org/119092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17540 0039d316-1c4b-4281-b951-d872f2087c98