summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Flax <flatmax@flatmax.org>2014-02-17 17:10:31 +1100
committerMatt Flax <flatmax@flatmax.org>2014-02-17 17:10:31 +1100
commitb4e13ea44010f8422b554e03f09d02dda50a7d46 (patch)
treefc491fbf11fdd46142167c6adbbfe5e8ea3771ec /.gitignore
parent5eaeab814ac460504c76fc8b5b3218850ef0c4a3 (diff)
downloadjack2-b4e13ea44010f8422b554e03f09d02dda50a7d46.tar.gz
Added the codeBlocks key to the .gitignore file.
Added my name and those who helped me to the Changelog file. Implemented various changes from a second code review by Stéphane; JackIIODriver::Attach is now JackIIODriver::Open. JackIIODriver::Detach is now JackIIODriver::Close. driver_initialize now uses 'goto' on error to reduce replication.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 030a9e38..8b2d4c48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ man/*.1
.lock*
android/.server/
android/.client/
+codeBlocks