From 34058c2901f18fd11a6e50e9fa8e3faefdcc6c7b Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 24 Nov 2019 07:08:16 +0100 Subject: Initial commit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8cae5ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.ghc +a.out +philo_one/philo_one +philo_two/philo_two +philo_three/philo_three -- cgit