-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
34294c1
commit 7146a0b
Showing
328 changed files
with
6,632 additions
and
9,927 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 |
---|---|---|
@@ -1,2 +1,34 @@ | ||
build*/ | ||
install*/ | ||
.*.swp | ||
*.[aox] | ||
*.mod | ||
.DS_Store | ||
exec/ | ||
lib/ | ||
lib64/ | ||
|
||
nohup.out | ||
log* | ||
build.log* | ||
install.log* | ||
|
||
# Ensure no one adds binary files to this repo. Not even by accident. | ||
# over-riding this file can be done in the subdirectory | ||
*.bin | ||
*.nc* | ||
*.tar* | ||
*.tgz | ||
*.gz | ||
*.png | ||
*.jp*g | ||
*.tiff | ||
|
||
# Python related | ||
_pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
Oops, something went wrong.