From 862169a1f5e27a28ea511ec239d540811722bccc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 15 Jan 2018 15:22:10 -0800 Subject: [PATCH] .gitignore: add simple .gitignore file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a40a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +*.o +*.lo +*.a +*.la