diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-04 19:42:39 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-04 19:42:39 +0100 |
commit | 3cf1fd2a97f5673b53bab691f8db97c844b999ba (patch) | |
tree | f82c5855e8df2a9ab171b26d7e26d270f4ad52ba /.gitignore | |
parent | 0a648d2db08a0182560096b435f67c60e3c9cbd5 (diff) | |
download | yawa-3cf1fd2a97f5673b53bab691f8db97c844b999ba.tar.xz |
Replace autotools with CMake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0dba780 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/bin/ +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +src/config.h +Makefile |