Skip to content

Commit

Permalink
Merge pull request #7 from firedrakeproject/ksagiyam/merge_upstream
Browse files Browse the repository at this point in the history
Ksagiyam/merge upstream
  • Loading branch information
wence- authored Feb 25, 2022
2 parents 70a4eb5 + 5f24bd3 commit ba68173
Show file tree
Hide file tree
Showing 3,453 changed files with 143,980 additions and 597,695 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 6 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ asterix*/*
linux*/*
darwin*/*
arch-*/*
*-arch-*/*
petsc-install/*
batch-test
c_test
Expand All @@ -28,13 +29,16 @@ TAGS*
bmake/*/*
lib/petsc/conf/petscvariables
configure.log*
reconfigure-*.py
externalpackages/*
petscLintPatches/
ftn-auto
ftn-auto-interfaces
make_log_*
test_log_*
src/python/*
*.o
*.pch
*.pyc
*~
*.orig
Expand Down Expand Up @@ -70,7 +74,6 @@ makefile.html
*.cpp.html
*.hh.html
*.sidl.html
src/docs/website/publications/generated_topics.html
src/dm/mesh/tests/unitTests
src/dm/mesh/tutorials/*_quadrature.h
src/dm/mesh/tutorials/*.vtk
Expand All @@ -90,13 +93,13 @@ GRTAGS
GSYMS
GTAGS
CMakeLists.txt
petsc-doc-env
src/binding/petsc4py/.eggs
src/binding/petsc4py/src/include/petsc4py/petsc4py.PETSc.h
src/binding/petsc4py/src/include/petsc4py/petsc4py.PETSc_api.h
src/binding/petsc4py/src/libpetsc4py/libpetsc4py.c
src/binding/petsc4py/src/libpetsc4py/libpetsc4py.h
src/binding/petsc4py/src/petsc4py.PETSc.c
src/docs/sphinx_docs/_build
src/snes/tutorials/ex52\.h
src/snes/tutorials/ex52_inline\.h
src/snes/tutorials/ex56_inline\.h
Expand Down Expand Up @@ -169,22 +172,10 @@ src/benchmarks/streams/OpenMPVersion
src/benchmarks/streams/PthreadVersion
src/benchmarks/streams/scaling.png
horse.ply
src/docs/tao_tex/manual/sindex.tex
src/docs/tao_tex/manual/findex.tex
src/docs/tao_tex/manual/*.aux
src/docs/tao_tex/manual/*.bbl
src/docs/tao_tex/manual/*.blg
src/docs/tao_tex/manual/*.idx
src/docs/tao_tex/manual/*.ilg
src/docs/tao_tex/manual/*.ind
src/docs/tao_tex/manual/*.out
src/docs/tao_tex/manual/*.toc
src/docs/tao_tex/manual/*.dvi
/docs/
**/f90module*.f90
compile_commands.json
.clang-format
.clangd/
.cache/
.vscode/
sphinx_docs_env
venv-petsc-docs
Loading

0 comments on commit ba68173

Please sign in to comment.