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
+9 -1
View File
@@ -249,7 +249,7 @@ __marimo__/
*.nlo
*.nls
*.out
*/include/*.pdf
**/include/*.pdf
*.pyg
*.run.xml
*.snm
@@ -265,3 +265,11 @@ __marimo__/
.bak
.mtc
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
\textit{List a link to your github repository here!}
\textit{Code hosted at \url{https://github.uio.no/larsbog/FYS4150}}
\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