diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 17:40:27 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 17:40:27 +0100 |
commit | f6a3eb2bf3a165fd76ed43177150d09731918449 (patch) | |
tree | ab5278a631cd85ba4a2c3d47c6853a422c74497e /.gitignore | |
parent | 654a9cae43358c7eecf3b522e9876aa7815e2453 (diff) |
Misc repo fixes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,4 @@ +/.buildpath /.idea atlassian-ide-plugin.xml /.project @@ -20,7 +21,8 @@ buildscripts/texbuilder/quickstart/quickstart.toc demos/quickstart/.cache demos/quickstart/.project demos/quickstart/.settings -demos/quickstart/index_pl.php +demos/blog/protected/Data/Blog.db +demos/chat/protected/App_Code/chat.db tests/FunctionalTests/results.dat tests/unit/Data/db/test.db |