From: Philippe Proulx Date: Fri, 25 Mar 2016 17:59:12 +0000 (-0400) Subject: doc/example: add .gitignores X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=17955b78db812f4e6b73509b95aab1a2094adcfc;p=deliverable%2Fbarectf.git doc/example: add .gitignores Signed-off-by: Philippe Proulx --- diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore new file mode 100644 index 0000000..1cf05b4 --- /dev/null +++ b/doc/examples/.gitignore @@ -0,0 +1,2 @@ +barectf*.c +barectf*.h diff --git a/doc/examples/linux-fs-simple/.gitignore b/doc/examples/linux-fs-simple/.gitignore new file mode 100644 index 0000000..be03c5b --- /dev/null +++ b/doc/examples/linux-fs-simple/.gitignore @@ -0,0 +1,2 @@ +ctf +linux-fs-simple