diff --git a/.gitignore b/.gitignore index c6bf58c3..aea6d82b 100644 --- a/.gitignore +++ b/.gitignore @@ -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*