forked from NGEET/fates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from NGEET/master
update my fork with master
- Loading branch information
Showing
60 changed files
with
10,121 additions
and
5,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# ----------------------------------------------------------------------------------------------------- | ||
# Repo-wide git configuration file | ||
# | ||
# This file overrides the configurations specified below for all git users that have cloned this repo. | ||
# This is primarily being implemented to allow users to develop code with any operating system (OS) | ||
# preferred and mitigates potential problems with end of line (eol) character differences. | ||
# ----------------------------------------------------------------------------------------------------- | ||
|
||
## Set the default end of line behavior (i.e. normalization to `lf` upon commit) for all files git recognizes as text | ||
* text=auto | ||
|
||
# Note that the above *only* applies to newly commited files. If the file previously existed with a `crlf` end of file | ||
# and was checked out to local, then git will not change the eol character during check-in (i.e. commit). For | ||
# windows users they will see a warning like this: | ||
# warning: CRLF will be replaced by LF in functional_unit_testing/allometry/drive_allomtests.py. | ||
# The file will have its original line endings in your working directory | ||
|
||
## Explicitly declare to git which files should be normalized (i.e. treated as text files) | ||
*.cdl text | ||
*.F90 text | ||
*.F90_in text | ||
*.py text | ||
*.sh text | ||
*.txt text | ||
*.xml text | ||
|
||
## Declare to git which file types are binary files and should not have end of line modified | ||
*.mod binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,6 @@ Thumbs.db | |
|
||
|
||
# Old Files | ||
*~ | ||
*~ | ||
# Editor specific setting files | ||
*.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.