From 6da7e545bf8273be172117b1a503bf754b3d1551 Mon Sep 17 00:00:00 2001 From: Martin Killenberg <martin.killenberg@desy.de> Date: Wed, 27 Jul 2016 12:53:50 +0200 Subject: [PATCH] Added sections to the .gitignore file. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index a6a4af1..56ac3a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ +###################### +# Section for 'ignore patterns' from the project-template +# +# !! Don't edit anything in this section to avoid merge conflics !! +###################### build .project +*~ + +###################### +# Project specific 'ignore patterns' +# +# Put you project specific ignores below. +# If they are generally useful consider adding them to the +# project-template and the merge them in. +###################### -- GitLab