Created
August 30, 2016 13:11
-
-
Save matt40k/01b5d57f52dee6a8556eaa4a179440cf to your computer and use it in GitHub Desktop.
IBM Cognos Framework gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Ignore IBM Cognos Framework temporary files etc | |
# See: http://www.ibm.com/support/knowledgecenter/SSEP7J_10.2.2/com.ibm.swg.ba.cognos.dg_fm_sdk.10.2.2.doc/c_objectsyouwilluse.html | |
# A list of unsaved transactions in the model. When the project is saved, this list is deleted. View contents of this file using View Transaction History. | |
session-log.xml | |
# The session-log.xml from the previous session. Using this file, a modeler can run a script to restore the unsaved model transactions in the event of an unexpected interruption in the current session. | |
session-log-backup.xml | |
# A list of all modifications made to the model. | |
#log.xml | |
# This file contains the portion of the main log file that was archived. | |
archive-log.xml | |
# This file tracks objects for models that use branching and merging. | |
#IDLog.XML | |
# The logged version history for each project or segment that was added to a repository; this file exists only if you added projects to a repository. | |
repository.xml | |
# The content of the upgrade summary message that is displayed after upgrade. | |
upgradeReport.htm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment