From fb4d3ef2c487e9dad7978ec4ee558c04cb8fec9d Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 16 Aug 2015 00:58:07 +0100 Subject: Added .gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4c9282 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app + +# Visual solution files +*.suo +*.user -- cgit v0.12