Skip to content

Commit

Permalink
svn:ignore properties to gitignore and some attributes to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
myrseth committed Oct 18, 2012
1 parent f0be037 commit 0d828d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.o
*.so
.svn/
*/.svn/


# /devel/libenkf/src/
/devel/libenkf/src/.faultlist

# /develbranch/libenkf/src/
/develbranch/libenkf/src/.faultlist

0 comments on commit 0d828d6

Please sign in to comment.