From 12b32e8ba83f426f96364327e013517f3356723a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20L=C3=B6ffler?= Date: Tue, 26 Jul 2022 15:12:58 +0200 Subject: added .gitignore to sturm liouville folder --- buch/papers/sturmliouville/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 buch/papers/sturmliouville/.gitignore (limited to 'buch/papers/sturmliouville/.gitignore') diff --git a/buch/papers/sturmliouville/.gitignore b/buch/papers/sturmliouville/.gitignore new file mode 100644 index 0000000..f08278d --- /dev/null +++ b/buch/papers/sturmliouville/.gitignore @@ -0,0 +1 @@ +*.pdf \ No newline at end of file -- cgit v1.2.1 From b781675d44f18b172ebdd24c8c011f75d1d30e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20L=C3=B6ffler?= Date: Tue, 26 Jul 2022 15:40:05 +0200 Subject: Added missing new line in .gitignore file. --- buch/papers/sturmliouville/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buch/papers/sturmliouville/.gitignore') diff --git a/buch/papers/sturmliouville/.gitignore b/buch/papers/sturmliouville/.gitignore index f08278d..a136337 100644 --- a/buch/papers/sturmliouville/.gitignore +++ b/buch/papers/sturmliouville/.gitignore @@ -1 +1 @@ -*.pdf \ No newline at end of file +*.pdf -- cgit v1.2.1 From 4fadfb233a3b7fdc3de486dd85d64fa62408b2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20L=C3=B6ffler?= Date: Tue, 9 Aug 2022 18:34:54 +0200 Subject: Added some text, corrected a few errors and added two file extensions to gitignore. --- buch/papers/sturmliouville/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buch/papers/sturmliouville/.gitignore') diff --git a/buch/papers/sturmliouville/.gitignore b/buch/papers/sturmliouville/.gitignore index a136337..47f7228 100644 --- a/buch/papers/sturmliouville/.gitignore +++ b/buch/papers/sturmliouville/.gitignore @@ -1 +1,3 @@ *.pdf +*.fls +*.fdb_latexmk \ No newline at end of file -- cgit v1.2.1 From 2e6fd0152fc9c135ced14ea186ac7e2fc1b15f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20L=C3=B6ffler?= Date: Tue, 9 Aug 2022 18:38:54 +0200 Subject: Removed file extensions from gitignore. --- buch/papers/sturmliouville/.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'buch/papers/sturmliouville/.gitignore') diff --git a/buch/papers/sturmliouville/.gitignore b/buch/papers/sturmliouville/.gitignore index 47f7228..f08278d 100644 --- a/buch/papers/sturmliouville/.gitignore +++ b/buch/papers/sturmliouville/.gitignore @@ -1,3 +1 @@ -*.pdf -*.fls -*.fdb_latexmk \ No newline at end of file +*.pdf \ No newline at end of file -- cgit v1.2.1