diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-23 03:11:31 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-23 03:11:31 +0900 |
| commit | 714b358bb22c99bf653e21f4f9f6e22e24134b28 (patch) | |
| tree | 808fa7080b9bd5d46f7d9f53e7155e44820d2c3d /.gitignore | |
| parent | 9a645981211703693ee8741976eff8d761defa93 (diff) | |
| download | mruby-714b358bb22c99bf653e21f4f9f6e22e24134b28.tar.gz mruby-714b358bb22c99bf653e21f4f9f6e22e24134b28.zip | |
add CMakeFiles and CMakeCache.txt to .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
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 |
