From 59d5c6c0fa563c703cc75ccd7964efa5bf2df933 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Thu, 21 Apr 2022 22:24:51 +0200 Subject: [PATCH] ignore temporary files --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 259148f..c2e55a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Tempfiles +*~ + # Prerequisites *.d @@ -16,10 +19,6 @@ *.dylib *.dll -# Fortran module files -*.mod -*.smod - # Compiled Static libraries *.lai *.la @@ -30,3 +29,41 @@ *.exe *.out *.app +src/stenc + +# Generated Makefile +# (meta build system like autotools, +# can automatically generate from config.status script +# (which is called by configure script)) +Makefile + +# http://www.gnu.org/software/automake + +Makefile.in +/ar-lib +/mdate-sh +/py-compile +/test-driver +/ylwrap +.deps/ +.dirstamp + +# http://www.gnu.org/software/autoconf + +autom4te.cache +/autoscan.log +/autoscan-*.log +/aclocal.m4 +/compile +/config.cache +/config.guess +/config.h.in +/config.log +/config.status +/config.sub +/configure +/configure.scan +/depcomp +/install-sh +/missing +/stamp-h1