From b32be8ebf5e77c1ee9c8d6015a34e7e31b8423c8 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 12 Feb 2016 22:18:46 -0500 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create a utility to demonstrate scoville’s escaping scheme. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..995babd --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Editor backup files +*~ +\#* +.\#* + +# CMake +Debug/ +Release/ + + +# Local Variables: +# mode: conf +# End: -- cgit v1.2.3