diff options
author | Ondřej Surý <ondrej@sury.org> | 2015-02-11 14:29:24 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2015-02-11 14:33:00 +0100 |
commit | e8130efa6e338f787ae68feb10f2abaa582defa0 (patch) | |
tree | 776d146cfb35659c74aea9a49ccbc8b4bee0f154 /.gitignore | |
parent | travis: use curl instead of wget (diff) | |
download | knot-resolver-e8130efa6e338f787ae68feb10f2abaa582defa0.tar.xz knot-resolver-e8130efa6e338f787ae68feb10f2abaa582defa0.zip |
Ignore aclocal.m4, ltmain.sh and ylwrap
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -25,3 +25,12 @@ compile depcomp install-sh stamp-h1 +aclocal.m4 +ltmain.sh +ylwrap + +# CMake files +/CMakeCache.txt +/CMakeFiles +/Makefile +/cmake_install.cmake |