diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-24 07:08:16 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-24 07:08:16 +0100 |
| commit | 34058c2901f18fd11a6e50e9fa8e3faefdcc6c7b (patch) | |
| tree | 8597658d41e252bc22cd9abb9d596c929b0a1a68 /.gitignore | |
| download | philosophers-34058c2901f18fd11a6e50e9fa8e3faefdcc6c7b.tar.gz philosophers-34058c2901f18fd11a6e50e9fa8e3faefdcc6c7b.tar.bz2 philosophers-34058c2901f18fd11a6e50e9fa8e3faefdcc6c7b.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
