source: flex_extract.git/.gitignore @ 6931f61

ctbtodev
Last change on this file since 6931f61 was 6931f61, checked in by anphi <anne.philipp@…>, 4 years ago

Update Onlinedocumentation after review of language editing

  • Property mode set to 100644
File size: 1.6 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-2019.
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
32Test/Installation/Convert/VERTICAL.EC
33Test/Installation/Convert/fort.15
34For_developers/Sphinx/Build_temp
35
36# Temporary ignorance of files!!!!
37Source/Fortran/Makefile.ecgate
38Source/Fortran/Makefile.local.gfortran.gw74
39Run/Control/Testgrid/
40Run/Control/notPublic/
41setup_local.sh
42Run/run.sh
43Run/run_local.sh
44setup.sh
45Source/Fortran/pycallgraph.png
46Source/Python/pylint_report_7.1.txt
47Source/.metrics
48For_developers/sphinx-fortran/
49
50
51For_developers/GUIDE.odt
52For_developers/COMMANDS
53For_developers/class_diagram
54For_developers/classes.dot
55For_developers/classes.png
56For_developers/gen_docu.sh
57For_developers/mk_pdf2png.sh
58For_developers/packages.dot
59For_developers/packages.png
60For_developers/Testcases.txt
61For_developers/Metriken.txt
62For_developers/FE_testing.txt
63For_developers/Liste_FE_Functions_Testcoverage.xlsx
64
65
66
67
68
69Emoslib
70Unused_input_files
71Unused_output
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG