summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* More .gitignore patternsPierre Rossi2013-09-111-2/+12
| | | | | | | This is to unclutter git status --untracked Change-Id: I782066cf24f0b9ddf7ab4e94d1feb0257bbe0c52 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Revert "Add 3rdparty_upstream and 3rdparty to .gitignore"Andras Becsi2013-08-261-2/+0
| | | | | | | | This reverts commit e13b70626cdc593d9cfad48b9ffff6d4c4993585 since it seems to cause problems with the init-repository script. Change-Id: Ie8a038041b3a17dcb0bb1f629285205a328a6819 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Add 3rdparty_upstream and 3rdparty to .gitignoreAndras Becsi2013-08-261-0/+2
| | | | | | | This should prevent them showing up in the pushed changes on gerrit. Change-Id: Id750d8b80baffc61cba804840d2c1199e6372374 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* More ignore patternsPierre Rossi2013-06-191-0/+5
|
* more files to ignorePierre Rossi2013-06-101-0/+4
|
* Add out/ to .gitignorePierre Rossi2013-04-191-0/+1
|
* Hack: Link process with hard-coded list of static libsSimon Hausmann2013-04-111-0/+3
We need to replace this with a properly dynamically generated list of dependencies, but for prototyping this will have to do the trick.