From: Jérôme Benoit Date: Mon, 12 Feb 2018 10:37:31 +0000 (+0100) Subject: Add the philosophe code snippet. X-Git-Url: https://git.piment-noir.org/?p=TD_SE.git;a=commitdiff_plain;h=35dc22ea52cbc9941103bf4b20ea9102d70d9534 Add the philosophe code snippet. Signed-off-by: Jérôme Benoit --- 35dc22ea52cbc9941103bf4b20ea9102d70d9534 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..469e01a --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +philosophe +*.static +*.dynamic +# for cygwin +*.exe + +*.o + +*.so +*.dylib +*.a +# for cygwin +*.dll +*.dll.a + +# atom linter +*.gch + +# editor trash +*.swp +*~ + +.build + +thumbs.db +*.DS_Store