Mercurial > hg > Members > atton > cbc-sandbox
changeset 0:bc3bf16b59f8
Add .hgignore
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 10 May 2016 13:50:45 +0900 |
parents | |
children | 7d0e1aed7299 |
files | .hgignore |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue May 10 13:50:45 2016 +0900 @@ -0,0 +1,21 @@ +syntax: glob + +# Editors +*.swp +*~ + +# CMake +CMakeCache.txt +CMakeFiles +CMakeScripts +Makefile +cmake_install.cmake +install_manifest.txt + +# clang +*.o +*.bc +*.i +*.s + +# executables