Update ignore file.

This commit is contained in:
Dave Davenport 2015-07-31 09:08:46 +02:00
parent f8ed184415
commit fd8fbbf6c5
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -14,3 +14,12 @@ depcomp
*.gcov
*.gcda
*.gcno
# I want to ignore log files
*.log
# Core files should never be checked in
core
# ignore patches too, the code is either checked in or branch.
*.patch*