Add github link and modify gitignore to ignore executables and the like

This commit is contained in:
2025-08-31 14:14:35 +02:00
parent 49a519379c
commit dc5fba552e
3 changed files with 11 additions and 3 deletions
+10 -2
View File
@@ -249,7 +249,7 @@ __marimo__/
*.nlo *.nlo
*.nls *.nls
*.out *.out
*/include/*.pdf **/include/*.pdf
*.pyg *.pyg
*.run.xml *.run.xml
*.snm *.snm
@@ -264,4 +264,12 @@ __marimo__/
*blx.bib *blx.bib
.bak .bak
.mtc .mtc
build/ build/
*.csv
# Project 1 executables
src/project1/poisson
src/project1/poisson_solver
src/project1/poisson_timing
src/project1/rel_errors.txt
Binary file not shown.
+1 -1
View File
@@ -84,7 +84,7 @@
\maketitle \maketitle
\textit{List a link to your github repository here!} \textit{Code hosted at \url{https://github.uio.no/larsbog/FYS4150}}
\section*{Problem 1} \section*{Problem 1}
To prove that the given function is a solution to the one-dimensional Poisson equation, we are calculating the second derivative of $u(x)$ as To prove that the given function is a solution to the one-dimensional Poisson equation, we are calculating the second derivative of $u(x)$ as