We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0be037 commit 0d828d6Copy full SHA for 0d828d6
.gitattributes
@@ -0,0 +1,9 @@
1
+# Set default behaviour, in case users don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Explicitly declare text files we want to always be normalized and converted
5
+# to native line endings on checkout.
6
+*.cpp text
7
+*.hpp text
8
+*.c text
9
+*.h text
.gitignore
@@ -0,0 +1,11 @@
+*.o
+*.so
+.svn/
+*/.svn/
+# /devel/libenkf/src/
+/devel/libenkf/src/.faultlist
10
+# /develbranch/libenkf/src/
11
+/develbranch/libenkf/src/.faultlist
0 commit comments