summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Chappelle <dchappelle@topologyinc.com>2015-08-27 14:30:14 -0400
committerDavid Chappelle <dchappelle@topologyinc.com>2015-08-27 14:30:14 -0400
commit52dad8b975a46be960b545a5d90ab63a7fcf89e9 (patch)
treead15cd5f0716d94110c8b12671da917593150671 /.gitignore
parent9ea30979a45cb94e8ec266c153af30e1617e2636 (diff)
downloadlibgd-52dad8b975a46be960b545a5d90ab63a7fcf89e9.tar.gz
Update git ignore file to exclude cmake build directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5b6349f..1de9b91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,10 @@ libimagequant-prefix
src/deps.mk
deps
Release_GD
+
+# CMake build directory
+/build
+
# Autotools related files.
*.l[ao]
.deps