From ce4d523a72d1da5e5d7a7c77870df91caf1f49dd Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 17 Mar 2016 21:30:30 +0800 Subject: [PATCH] ignore the files generated by "cmake" and "make" --- .gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02821b4..eeeea81 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,17 @@ -/CMakeLists.txt.user +/CMake* +/*.cmake +/Makefile +/gmock/ +/*.cpp +/include/ +/ts/ts.qrc.depends +/chewing-editor.desktop +/chewing-editor +/chewing-editor.1.gz +/chewing.json +/*.a +/run-test* +/ts/*.qm +/ui_*.h +/Testing/ +/coverage*