aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Update Android Apps to use gradleGravatar djsollen2015-07-22
| | | | | | | | | This CL replaces ant with gradle for the task of building APKs. The primary driver of this change is that it now allow us to develop and test our apps using Android Studio. DOCS_PREVIEW= https://skia.org/?cl=1215023017 Review URL: https://codereview.chromium.org/1215023017
* git: add skps to .gitignoreGravatar halcanary2015-02-13
| | | | | | NOTRY=true Review URL: https://codereview.chromium.org/924163003
* Cleanup: Remove bug_chomper entry from .gitignore.Gravatar tfarina2014-11-24
| | | | | | | | | | This is not necessary anymore, now that bug_chomper was moved into skia.googlesource.com/buildbot.git BUG=None TBR=borenet@google.com Review URL: https://codereview.chromium.org/748363002
* Cleanup: Delete webtry.gypGravatar tfarina2014-11-20
| | | | | | | | | | | Looks like this was left over when we moved it into buildbot. Also remove a few other, now unnecessary, references to webtry. BUG=None R=humper@google.com Review URL: https://codereview.chromium.org/726833004
* Add recreate_skps scriptGravatar borenet2014-10-17
| | | | | | BUG=skia:3008 Review URL: https://codereview.chromium.org/655313003
* Add template.cpp to gitignore.Gravatar tfarina2014-10-10
| | | | | | | | | | | It is generated experimental/webtry/build script, not checked-in the source tree. BUG=None TEST=git status do not show it anymore as untracked file. R=humper@google.com Review URL: https://codereview.chromium.org/647633002
* Restart webtry to pick up changes.Gravatar tfarina2014-10-03
| | | | | | | | | | Also add webtry.db to gitignore so it does not polute `git status`. BUG=None TEST=None R=humper@google.com Review URL: https://codereview.chromium.org/626703002
* Refactored frontend for the rebaseline server.Gravatar stephana2014-09-05
| | | | | | | | | | | | This is going to serve as the starting point for the new front-end once the backend is rewritten. BUG=skia: NOTRY=true R=jcgregorio@google.com Author: stephana@google.com Review URL: https://codereview.chromium.org/538613002
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
| | | | | | | | | | | gitignore for eclipse BUG=skia: R=bsalomon@google.com, bsalomon@chromium.org Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/491673002
* Add common/ to .gitignoreGravatar borenet2014-06-20
| | | | | | | | | | BUG=skia:2682 NOTRY=true R=rmistry@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/342353002
* BugChomper: Get the oauth_client_secret from GSGravatar commit-bot@chromium.org2014-05-13
| | | | | | | | | | | | | | BUG=skia: NOTRY=true (SkipBuildbotRuns) R=jcgregorio@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/288593003 git-svn-id: http://skia.googlecode.com/svn/trunk@14718 2bbb7eff-a529-9590-31e7-b0007b416f81
* clean up gitignore; sort, add chromeos/externals, remove trailing /.Gravatar commit-bot@chromium.org2014-04-17
| | | | | | | | | | R=mtklein@google.com, epoger@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/240173008 git-svn-id: http://skia.googlecode.com/svn/trunk@14249 2bbb7eff-a529-9590-31e7-b0007b416f81
* add some .gitignores related to gm and toolsGravatar commit-bot@chromium.org2014-04-11
| | | | | | | | | | | | | NOTREECHECKS=True NOTRY=True R=scroggo@google.com TBR=scroggo Author: epoger@google.com Review URL: https://codereview.chromium.org/234603004 git-svn-id: http://skia.googlecode.com/svn/trunk@14150 2bbb7eff-a529-9590-31e7-b0007b416f81
* Ignore out even if it's a symlink.Gravatar commit-bot@chromium.org2014-01-15
| | | | | | | | | | | R=halcanary@google.com BUG= Author: mtklein@google.com Review URL: https://codereview.chromium.org/139473002 git-svn-id: http://skia.googlecode.com/svn/trunk@13089 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add a canvas object with drawRect() and inval().Gravatar commit-bot@chromium.org2013-12-10
| | | | | | | | | | | BUG= R=robertphillips@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/110693002 git-svn-id: http://skia.googlecode.com/svn/trunk@12595 2bbb7eff-a529-9590-31e7-b0007b416f81
* leading slash confuses non-git tools that read .gitignore, like agGravatar commit-bot@chromium.org2013-07-30
| | | | | | | | | | | BUG= R=scroggo@google.com Author: mtklein@google.com Review URL: https://chromiumcodereview.appspot.com/21055005 git-svn-id: http://skia.googlecode.com/svn/trunk@10439 2bbb7eff-a529-9590-31e7-b0007b416f81
* ignore pyc files.Gravatar bsalomon@google.com2013-06-26
| | | | | | | | R=bungeman@google.com Review URL: https://codereview.chromium.org/17845007 git-svn-id: http://skia.googlecode.com/svn/trunk@9778 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add .swp files to gitignore.Gravatar scroggo@google.com2013-02-08
| | | | | | | | Make git ignore .swp files (generated while editing in vim). Review URL: https://codereview.appspot.com/7309059 git-svn-id: http://skia.googlecode.com/svn/trunk@7669 2bbb7eff-a529-9590-31e7-b0007b416f81
* Set git to ignore .android_configGravatar scroggo@google.com2012-12-12
| | | | | | Review URL: https://codereview.appspot.com/6863056 git-svn-id: http://skia.googlecode.com/svn/trunk@6772 2bbb7eff-a529-9590-31e7-b0007b416f81
* Do not git ignore files like /debugger/QT/moc_*.Gravatar scroggo@google.com2012-10-16
| | | | | | | | | | | | Prior to r5953, gyp_skia would generate files for QT in debugger/QT. A line in .gitignore was added so these files did not show up in git status. Now that the generated files are in the out directory, the line is no longer necessary. Review URL: https://codereview.appspot.com/6702043 git-svn-id: http://skia.googlecode.com/svn/trunk@5966 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add moc generated files to .gitignore.Gravatar tfarina@chromium.org2012-10-01
| | | | | | | | | | So that git status is clean again. R=tomhudson@google.com Review URL: https://codereview.appspot.com/6591045 git-svn-id: http://skia.googlecode.com/svn/trunk@5750 2bbb7eff-a529-9590-31e7-b0007b416f81
* Keep the entries in .gitignore sorted in alphabetical order.Gravatar scroggo@google.com2012-09-13
| | | | | | | | Signed-off-by: Thiago Farina <tfarina@chromium.org> Review URL: https://codereview.appspot.com/6506107 git-svn-id: http://skia.googlecode.com/svn/trunk@5522 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add some more things that should be ignored to .gitignoreGravatar scroggo@google.com2012-09-12
| | | | | | | | Reviewed at https://codereview.appspot.com/6498119/ Review URL: https://codereview.appspot.com/6503107 git-svn-id: http://skia.googlecode.com/svn/trunk@5509 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add some untracked directories to gitignore.Gravatar epoger@google.com2012-09-12
(Landing https://codereview.appspot.com/6488100/ for tfarina) git-svn-id: http://skia.googlecode.com/svn/trunk@5507 2bbb7eff-a529-9590-31e7-b0007b416f81