Navigation Menu

Skip to content

Commit

Permalink
Ignore manually generated log files during the monthly release task
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 24, 2013
1 parent 3dcb2ce commit e8a58b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Expand Up @@ -60,8 +60,13 @@ CTestTestfile.cmake
/CMakeCache.txt
/CMakeFiles/
/INSTALL
/packages/apt/tmp/
/packages/yum/tmp/
/packages/tmp/*
/packages/apt/*.log
/packages/apt/*/*.log
/packages/apt/tmp/*
/packages/yum/*.log
/packages/yum/*/*.log
/packages/yum/tmp/*
/install_manifest.txt
/vendor/
/data/install.sql

0 comments on commit e8a58b5

Please sign in to comment.