Unify .gitignore files.

This commit is contained in:
Atgeirr Flø Rasmussen
2026-05-05 15:24:05 +02:00
parent 19d3256a24
commit 8a3c342c8a
+38 -24
View File
@@ -1,11 +1,18 @@
# Editor autosave files
# editor backup files
*~
.\#*
\#*\#
.\#*\#
*.swp
# Compiled Object files
*.slo
*.lo
# compiler output
*.o
*.mod
.libs
.deps
stamp-*
*.aux
*.log
# Compiled Dynamic libraries
*.so
@@ -16,28 +23,29 @@
*.la
*.a
# Compiled executables
a.out
find_zero
sim_2p_incomp_adfi
sim_simple
test_ad
test_block
test_impestpfa_ad
test_syntax
test_vec
# Build directory in source
build/
# Mac OS X debug info
*.dSYM
*.DS_Store
# Eclipse project settings
.cproject
.project
.settings/*
# VSCode
.vs
.vscode
# QtCreator project settings
CMakeLists.txt.user*
# Build directory in source.
build
log.log
install
.idea
# Mac OS X debug info
*.dSYM
*.DS_Store
# emacs directory setting:
.dir-locals.el
@@ -48,6 +56,12 @@ python/sphinx_docs/docs/_build/
**/__pycache__/
# Python docker files
/python/docker/wheelhouse*
/python/docker/build*.log
/python/docker/extracted_wheels/
python/docker/wheelhouse*
python/docker/build*.log
python/docker/extracted_wheels/
*.pyc
*.eggs
*.egg-info