diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-09 13:08:34 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-09 13:08:34 +0200 |
commit | 454110e1b17214b220317704f092bd3587b88a9d (patch) | |
tree | 493652e227af43167749192692f6725bbc6392e5 /.gitignore | |
parent | f442b22fd6182b7d6707f90a558cd358f269dd1d (diff) | |
download | mpiosh-454110e1b17214b220317704f092bd3587b88a9d.tar.gz mpiosh-454110e1b17214b220317704f092bd3587b88a9d.tar.bz2 mpiosh-454110e1b17214b220317704f092bd3587b88a9d.zip |
Switch to cmake
"Works for now..."
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66abe6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.sw* +CMakeFiles +CMakeCache.txt +cmake_install.cmake +Makefile |