summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-07-31 09:08:46 +0200
committerDave Davenport <qball@gmpclient.org>2015-07-31 09:08:46 +0200
commitfd8fbbf6c52ac2a9f64b741f6a339e9b9a1baa77 (patch)
treea788d32ae029207d8fb778f51490f4b3ffd42b5b /.gitignore
parentf8ed184415ff296454c7ab86e7731325d2af1575 (diff)
Update ignore file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
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*