diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-17 15:46:59 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-17 15:46:59 -0700 |
commit | e02620c7bed8764421b9b4c258e594369615da39 (patch) | |
tree | f37ab9110d076e69b2c05c2b2a8a1659fb951b24 /.gitignore | |
parent | 817ad50d9640b8ccce3636a00f732245ff09d38c (diff) | |
parent | ec38df6f91a51f7ef9b91384b2dc4817047421cd (diff) |
Merge pull request #45 from nurupo/master
Improved build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,3 +3,9 @@ | |||
3 | //nacl build | 3 | //nacl build |
4 | nacl/build/ | 4 | nacl/build/ |
5 | build | 5 | build |
6 | |||
7 | CMakeCache.txt | ||
8 | CMakeFiles | ||
9 | Makefile | ||
10 | cmake_install.cmake | ||
11 | install_manifest.txt | ||