# Patterns which git should ignore

# git ls-files --others --exclude-from=.gitignore
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

#-------------------------------------------------------------------------------

# This file is part of Code_Saturne, a general-purpose CFD tool.
#
# Copyright (C) 1998-2021 EDF S.A.
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
# Street, Fifth Floor, Boston, MA 02110-1301, USA.

#-------------------------------------------------------------------------------

Makefile.in
.gitignore

# /
/ABOUT-NLS
/aclocal.m4
/autom4te.cache
/cs_config.h.in
/configure
/stamp-h.in

# /config/
/config/compile
/config/config.guess
/config/config.rpath
/config/config.sub
/config/depcomp
/config/gettext.m4
/config/iconv.m4
/config/install-sh
/config/lib-ld.m4
/config/lib-link.m4
/config/lib-prefix.m4
/config/libtool.m4
/config/ltmain.sh
/config/lt~obsolete.m4
/config/ltoptions.m4
/config/ltsugar.m4
/config/ltversion.m4
/config/missing
/config/nls.m4
/config/po.m4
/config/progtest.m4
/config/py-compile
/config/ylwrap

# /doc/

# /doc/developper/

# /doc/developper/graphics/

# /doc/howto/

# /doc/howto/graphics/

# /doc/install/

# /doc/refcard/

# /doc/refcard/graphics/

# /doc/theory/

# /doc/theory/graphics/

# /doc/tutorial/

# /doc/tutorial/graphics/

# /doc/user/

# /doc/user/graphics/

# /gui/

# /gui/Base/
/gui/Base/*Form.py
/gui/Base/*_rc.py

# /gui/Pages/
/gui/Pages/*Form.py
/gui/Pages/*_rc.py

# /libsyrcs/

# /m4
/build-aux/ar-lib
/build-aux/compile
/build-aux/config.rpath
/build-aux/depcomp
/build-aux/ltmain.sh
/build-aux/py-compile
/build-aux/config.guess
/build-aux/config.sub
/build-aux/install-sh
/build-aux/missing
/build-aux/ylwrap
/m4/codeset.m4
/m4/extern-inline.m4
/m4/fcntl-o.m4
/m4/gettext.m4
/m4/glibc2.m4
/m4/glibc21.m4
/m4/iconv.m4
/m4/intdiv0.m4
/m4/intl.m4
/m4/intldir.m4
/m4/intlmacosx.m4
/m4/intmax.m4
/m4/inttypes-pri.m4
/m4/inttypes_h.m4
/m4/lcmessage.m4
/m4/lock.m4
/m4/longlong.m4
/m4/lib-ld.m4
/m4/lib-link.m4
/m4/lib-prefix.m4
/m4/libtool.m4
/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/nls.m4
/m4/printf-posix.m4
/m4/po.m4
/m4/progtest.m4
/m4/size_max.m4
/m4/stdint_h.m4
/m4/threadlib.m4
/m4/uintmax_t.m4
/m4/visibility.m4
/m4/wchar_t.m4
/m4/wint_t.m4
/m4/xsize.m4
/m4/*~

# /po/
/po/POTFILES.in
/po/Makefile.in.in
/po/Makevars.template
/po/Rules-quot
/po/code_saturne.pot
/po/fr.gmo
/po/*.header
/po/*.sed
/po/*.sin

# /preprocessor/

# /preprocessor/appli/

# /preprocessor/base/

# /preprocessor/pre-post/

# /preprocessor/tools/

# /preprocessor/util/

# /src/

# /src/apps/

# /src/atmo/

# /src/base/

# /src/bft/

# /src/cfbl/

# /src/cogz/

# /src/cplv/

# /src/ctwr/

# /src/elec/

# /src/fuel/

# /src/fvm/

# /src/gui/

# /src/lagr/

# /src/mati/

# /src/pprt/

# /src/rayt/

# /tests/
/patches/*.patch
/src/TAGS
