diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-08-30 16:09:33 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-08-30 16:09:33 +0300 |
commit | 729110dbdbccbce7bd1e68b6b383a04b4747883d (patch) | |
tree | ffef25c52008ea7bc58b48c2d87f57d0dd5e0528 | |
parent | a90f4efcb48017325a149ab93f0dd2cda6c8e385 (diff) | |
download | vaadin-framework-7.2.7.tar.gz vaadin-framework-7.2.7.zip |
Valo is not included in 7.2, but it still helps to have the generated
resources ignored when changing between branches.
Change-Id: I4f2580230a18adf299334eb43aea4f8bccd7bb4a
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 30c8597b16..db58122bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,10 @@ /WebContent/VAADIN/themes/runo/common/img/ajax-loader-red.gif /WebContent/VAADIN/themes/runo/common/img/ajax-loader-yellow.gif +# /WebContent/VAADIN/themes/valo/ +/WebContent/VAADIN/themes/valo/styles.css +/WebContent/VAADIN/themes/tests-valo*/styles.css + # /WebContent/VAADIN/widgetsets/ /WebContent/VAADIN/widgetsets /WebContent/VAADIN/gwt-unitCache* |