diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2012-10-28 21:17:33 +0200 |
---|---|---|
committer | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2012-10-30 11:03:53 +0100 |
commit | 768f3ce4f67ddd5829f4de3d44db3d55828867b1 (patch) | |
tree | aa7a9ae333970bac5dbd6581bf6bf4dbc29373e2 /.gitignore | |
parent | a1340760620a18004a8244e7815bfe645a812d50 (diff) | |
download | qt-creator-768f3ce4f67ddd5829f4de3d44db3d55828867b1.tar.gz |
GitIgnore qbs build directories
Change-Id: I568834ffaeb0b53043a2db42dde5c19640e25b14
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 35bc4f285e..9952e9f104 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,8 @@ dist/gdb/source dist/gdb/staging ipch tmp +/*-debug +/*-release # ignore both a directory as well as a symlink share/qtcreator/QtProject/ share/qtcreator/QtProject |