diff options
author | ctrlaltca <> | 2013-01-02 14:42:24 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-02 14:42:24 +0000 |
commit | edf2251aca60a970e822079d23933e5b70b26571 (patch) | |
tree | 366b6688efbb03f20f47268bea57859cea673c70 /.gitignore | |
parent | 8e5f2510bd577e15095e46afc7d0ba6808549bf8 (diff) |
backported all related changes up to 3229 to branch/3.2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,8 +2,11 @@ /.project /.settings /assets +/build buildscripts/chmbuilder/assets/* buildscripts/chmbuilder/classes/runtime/* +buildscripts/texbuilder/quickstart/*.png +buildscripts/texbuilder/quickstart/*.tex demos/address-book/assets/* demos/address-book/protected/runtime/* demos/blog-tutorial/assets/* @@ -58,5 +61,6 @@ tests/FunctionalTests/validators/assets/* tests/FunctionalTests/validators/protected/runtime/* tests/simple_unit/runtime/* tests/unit/Caching/mockapp/runtime/* +tests/unit/Data/db/test.db tests/unit/Security/app/runtime/* tests/unit/Web/app/runtime/* |