From 8427b3b9eae992e8707c904cac8a56ba3f7fa71f Mon Sep 17 00:00:00 2001
From: Marco Clemencic <marco.clemencic@cern.ch>
Date: Mon, 4 Jul 2016 10:06:19 +0200
Subject: [PATCH] added .gitignore and .gitattributes

see LHCBPS-1599
---
 .gitattributes |  1 +
 .gitignore     | 56 +++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 50 insertions(+), 7 deletions(-)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d52e3e5
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+release.notes merge=union
diff --git a/.gitignore b/.gitignore
index 57a0b01..1aa8e21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,49 @@
-/Makefile
-/.cproject
-/.project
-/.settings/
-/InstallArea/
-/build.*/
-/.pydevproject
+# backup files
+*~
+.*.swp
+
+# build products
+InstallArea/
+
+# CMake temporary files
+build.*/
+.build/
+build-dir/
+CMakeFiles/
+CTestTestfile.cmake
+CPackSourceConfig.cmake
+CPackConfig.cmake
+cmake_install.cmake
+
+# common byproducts
+*.pyc
+*.pyo
+DoxyWarnings.log
+.gdb_history
+*.new
+*.launch
+*.launch.py
+*.launch.opts
+
+# Eclipse data
+.project
+.cproject
+.settings
+.pydevproject
+.eclipse/
+
+# CMT tempoary files
+build.*.log
+Makefile
+NMake
+install.*.history
+setup.*
+cleanup.*
+version.cmt
+genConf/
+QMTest/
+test_results/
+*-slc[56]-*/
+i686-winxp-vc9-dbg/
+.*-slc[56]-*.d/
+.i686-winxp-vc9-dbg.d/
-- 
GitLab