Skip to content

Commit

Permalink
GitHub Issue NOAA-EMC#112. A refactor of CMake build framework. (NOAA…
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul authored and MichaelLueken committed May 18, 2022
1 parent 2294cfb commit bc38de4
Show file tree
Hide file tree
Showing 328 changed files with 6,632 additions and 9,927 deletions.
32 changes: 32 additions & 0 deletions .gitignore
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

Loading

0 comments on commit bc38de4

Please sign in to comment.