| View Issue Details [ Jump to Notes ] | | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000175 | Mana Client | Core | public | 2010-07-21 22:28 | 2010-07-26 06:04 |
|
| Reporter | Unode | |
| Assigned To | Aard | |
| Priority | low | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | 1.1.0 | Fixed in Version | 1.1.0 | |
|
| Summary | 0000175: Additional files generated by cmake are not ignored by git |
| Description | Additional files created by cmake are not being ignored by git.
Patch attached. |
| Steps To Reproduce | 1- cmake .
2- Check for presence of cmake related files not ignored by git |
| Additional Information | Using cmake 2.8.1 |
| Tags | No tags attached. |
|
| Attached Files | 0001-Additional-temporary-cmake-files-added-to-.gitignore.patch [^] (593 bytes) 2010-07-21 22:28 [Show Content] [Hide Content]From 7437495c6e90b3a5fab0d1b3126cba0ef1047220 Mon Sep 17 00:00:00 2001
From: Renato Alves <simpledark+manasource@gmail.com>
Date: Wed, 21 Jul 2010 23:04:31 +0100
Subject: [PATCH] Additional temporary cmake files added to .gitignore
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 7bca3e6..ed3c330 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,8 @@ stamp-h1
# files created by CMake
CMakeFiles/
CMakeCache.txt
+CPackConfig.cmake
+CPackSourceConfig.cmake
cmake_install.cmake
install_manifest.txt
--
1.7.1
|
|