Skip to content

Commit 0d828d6

Browse files
committed
svn:ignore properties to gitignore and some attributes to .gitattributes
1 parent f0be037 commit 0d828d6

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.o
2+
*.so
3+
.svn/
4+
*/.svn/
5+
6+
7+
# /devel/libenkf/src/
8+
/devel/libenkf/src/.faultlist
9+
10+
# /develbranch/libenkf/src/
11+
/develbranch/libenkf/src/.faultlist

0 commit comments

Comments
 (0)