From f200a63f9574b5cfdb4dd7c06c75b6618e684e9b Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Sun, 19 Jan 2014 21:09:31 +0400 Subject: [PATCH 1/2] Fix gitignore Current gitignore state is inconsistent: files with mask `*.cmake` is ignored but there is a file FindICU.cmake. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84b0b8781..a9ffe86fd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,4 @@ tests/ _build CPP-NETLIB.* CMakeScripts/ -*.cmake *~ From 7b9fd47522f2e49f361d2ab645e64aab15c81359 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Mon, 20 Jan 2014 08:49:37 +0400 Subject: [PATCH 2/2] Remove temporary CMake files from gitignore (use _build directory) --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index a9ffe86fd..72815b038 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,8 @@ *.swp *.pyc -CMakeCache.txt -CMakeFiles -Makefile -Testing *.gch libs/mime/test/mime-roundtrip -*.a bin/ tests/ _build -CPP-NETLIB.* -CMakeScripts/ *~