New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
.gitignore in NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/tests – NEMO

source: NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/tests/.gitignore @ 15719

Last change on this file since 15719 was 15719, checked in by dbruciaferri, 2 years ago

updating tests from git repo

File size: 315 bytes
Line 
1
2# Prerequisites
3*.d
4
5# Compiled Object files
6*.slo
7*.lo
8*.o
9*.obj
10
11# Precompiled Headers
12*.gch
13*.pch
14
15# Compiled Dynamic libraries
16*.so
17*.dylib
18*.dll
19
20# Fortran module files
21*.mod
22*.smod
23
24# Compiled Static libraries
25*.lai
26*.la
27*.a
28*.lib
29
30# Executables
31*.exe
32*.out
33*.app
34
35# Jupyter notebook stuff
36.ipynb_checkpoints
Note: See TracBrowser for help on using the repository browser.