Skip to content
Snippets Groups Projects
Commit e89bcb07 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Refactor .gitignore

parent f5f9eeb6
No related branches found
No related tags found
1 merge request!41Upgrade the build system
......@@ -8,7 +8,7 @@
/config/config.h.in~
/configure~
# Distributed autoreconf stage files:
# Distributed autoreconf stage files
/aclocal.m4
/config/compile
/config/config.guess
......@@ -29,15 +29,15 @@
Makefile.in
# Configure stage files
.deps
/a.out
/config.log
/config.status
/config/config.h
/config/stamp-h1
/doc/Doxyfile
/libtool
.deps/
/**/config/config.h
/**/config/stamp-h1
/**/doc/Doxyfile
/*/src/mtime/*.py
Makefile
config.log
config.status
libtool
# Build stage files
*.L
......@@ -46,30 +46,60 @@ Makefile
*.lo
*.mod
*.o
.libs
*.py[cod]
.libs/
/**/examples/callback_test
/**/examples/comp_weights
/**/examples/duration
/**/examples/example
/**/examples/example_hl
/**/examples/iconatm
/**/examples/iconoce
/**/examples/iconoce_hl
/**/examples/model_integration
/**/examples/modulo
/**/examples/output_control
/**/examples/recurrence
/**/examples/repetitor
/**/examples/simulate_iau
/**/examples/tas
/**/examples/test_cf_timeaxis
/**/examples/test_dace
/**/examples/test_jd_logic
/**/examples/uniq
__pycache__/
# Documentation stage files
/doc/doxygen-doc
/**/doc/doxygen-doc/
# Install stage files
/*/src/mtime/.install/
# Test stage files
/test/*.log
/test/*.sh
/test/*.trs
*.py[cod]
/**/test/*.log
/**/test/*.sh
/**/test/*.trs
/**/test/test_runner
__pycache__/
# Dist stage files
/libmtime-*.tar.gz
libmtime-*.tar.gz
# VIM files
.*.swp
Session.vim
tags
# Core dump files
core
core.[0-9]
core.[0-9][0-9]
core.[0-9][0-9][0-9]
core.[0-9][0-9][0-9][0-9]
core.[0-9][0-9][0-9][0-9][0-9]
core.[0-9][0-9][0-9][0-9][0-9][0-9]
core.[0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# Other files
*#
*.dSYM
*.patch
*~
# Mac OS generated files
.DS_Store
.autotools
.cproject
.project
.settings
/build
Doxyfile.bak
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: CC0-1.0
#
tas
callback_test
comp_weights
duration
example
example_hl
iconatm
iconoce
iconoce_hl
model_integration
modulo
output_control
recurrence
repetitor
simulate_iau
test_dace
time_calculus
test_jd_logic
test_cf_timeaxis
uniq
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: CC0-1.0
#
/tests
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: CC0-1.0
#
test_runner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment