From 0d828d68296436f6beb6ff616f2fb6fd899e0e5f Mon Sep 17 00:00:00 2001 From: Inge Myrseth Date: Thu, 18 Oct 2012 13:46:20 +0200 Subject: [PATCH] svn:ignore properties to gitignore and some attributes to .gitattributes --- .gitattributes | 9 +++++++++ .gitignore | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..823071f2db1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files we want to always be normalized and converted +# to native line endings on checkout. +*.cpp text +*.hpp text +*.c text +*.h text diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..81b96e5c375 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.o +*.so +.svn/ +*/.svn/ + + +# /devel/libenkf/src/ +/devel/libenkf/src/.faultlist + +# /develbranch/libenkf/src/ +/develbranch/libenkf/src/.faultlist