summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-23 03:11:31 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-23 03:11:31 +0900
commit714b358bb22c99bf653e21f4f9f6e22e24134b28 (patch)
tree808fa7080b9bd5d46f7d9f53e7155e44820d2c3d /.gitignore
parent9a645981211703693ee8741976eff8d761defa93 (diff)
downloadmruby-714b358bb22c99bf653e21f4f9f6e22e24134b28.tar.gz
mruby-714b358bb22c99bf653e21f4f9f6e22e24134b28.zip
add CMakeFiles and CMakeCache.txt to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9389c11da..73c830dfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,5 @@ cscope.out
/test/mrbtest
/test/mrbtest.c
/test/*.*tmp
+CMakeFiles
+CMakeCache.txt