From 374826a9482ef866ed2df734ba4f75194b4a6f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Fri, 24 Jun 2022 19:38:26 +0200 Subject: [PATCH] maintainer: Cleanup .gitignore Remove obsolete patterns: ESPResSo is no longer built in-place, but inside build directories, therefore `/*build*/` is enough; autoconf has been replaced by CMake. --- .gitignore | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/.gitignore b/.gitignore index c50883aa41..79da21ea23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,56 +1,7 @@ -# build system -Makefile.in -Makefile -configure -config.log -config.status -src/acconfig.h.in -src/acconfig.h -aclocal.m4 -*.m4 -autom4te.cache -.deps/ -myconfig.h -myconfig.hpp -CMakeFiles -cmake-build* -compile_commands.json *.log - *.*~ - -# created by configure -src/myconfig-final.h -src/stamp-h1 -doc/latexit.sh -myconfig-sample.h -testsuite/runtest.sh -tools/es_mpiexec -config/ltmain.sh -src/python/espressomd/code_info.pyx - -# object files and executable -*.o -*.lo -src/libEspresso.a -Espresso -Espresso.install -build.eclipse -src/featuredefs.pyc -src/acconfig.hpp.in - -# Espresso output -*.end -*.obs* -*.chk *.h5 -# doxygen -doc/dg/html/ -doc/dg/background_errors.doc -doc/dg/background_errors.sorted -doc/dg/background_errors.unsorted - # IDE .idea .vscode