source: flex_extract.git/.gitignore

dev
Last change on this file was 8ef1feb, checked in by Anne Tipka <anne.tipka@…>, 21 months ago

ignore the submitscript.template for git tracking

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#!/bin/bash
2#
3# @Author: Anne Philipp
4#
5# @Date: January 2018
6#
7# @Description:
8#    gitignore lists all directories and files which should
9#    not be versionized!!!
10#
11# @Licence:
12#    (C) Copyright 2014-2020.
13#
14#    SPDX-License-Identifier: CC-BY-4.0
15#
16#    This work is licensed under the Creative Commons Attribution 4.0
17#    International License. To view a copy of this license, visit
18#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
19#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
20#
21# -----------------------------------------------------------------
22
23# these dirs and files shouldn't be versionized at any time in this project!!!
24*.pyc
25Source/Fortran/*.o
26Source/Fortran/*.mod
27Source/Fortran/calc_etadot*
28*.tar*
29Run/ECMWF_ENV
30Run/Workspace/*
31Run/Jobscripts/*sh
32Templates/submitscript.template
33Testing/Installation/Calc_etadot/fort.15
34For_developers/Sphinx/Build_temp
35
36# Temporary ignorance of files!!!!
37*anne.sh
38Run/*anne.sh
39Source/Fortran/pycallgraph.png
40Source/Python/pylint_report_7.1.txt
41Source/.metrics
42
43# Testdata files: not for git storage
44Testdata
45Testing/Installation/Calc_etadot/VERTICAL.EC
46Testing/Regression/Compare_gribfiles/7.0.4/
47Testing/Regression/Compare_gribfiles/7.1/
48
49Emoslib
50Unused_input_files
51Unused_output
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG