source: flex_extract.git/.gitignore @ 98f09d2

ctbtodev
Last change on this file since 98f09d2 was 98f09d2, checked in by Anne Philipp <anne.philipp@…>, 4 years ago

added local version of shell scripts, version string update for online docu; kornshell templates update of lib versions

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[afbd3a1]1#!/bin/bash
[54a8a01]2#
[afbd3a1]3# @Author: Anne Philipp
[54a8a01]4#
[afbd3a1]5# @Date: January 2018
6#
7# @Description:
8#    gitignore lists all directories and files which should
9#    not be versionized!!!
10#
11# @Licence:
[98f09d2]12#    (C) Copyright 2014-2020.
[afbd3a1]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# -----------------------------------------------------------------
[54a8a01]22
23# these dirs and files shouldn't be versionized at any time in this project!!!
24*.pyc
[ba99230]25Source/Fortran/*.o
26Source/Fortran/*.mod
[072cbea]27Source/Fortran/calc_etadot*
[54a8a01]28*.tar*
[ba99230]29Run/ECMWF_ENV
30Run/Workspace/*
[4c95360]31Run/Jobscripts/*sh
[98f09d2]32Testing/Installation/Calc_etadot/VERTICAL.EC
33Testing/Installation/Calc_etadot/fort.15
[b4fdb89]34For_developers/Sphinx/build_temp
[ba99230]35
[072cbea]36# Temporary ignorance of files!!!!
[98f09d2]37*anne.sh
38Run/*anne.sh
[ba99230]39Source/Fortran/pycallgraph.png
40Source/Python/pylint_report_7.1.txt
41Source/.metrics
[20ae335]42
[2d1c338]43Emoslib
44Unused_input_files
45Unused_output
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG