From 6acbc16b38e52f5fc7fd6a1db0803c69a0c211c3 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 25 Apr 2014 15:33:40 +0100 Subject: [PATCH] .gitignore: add git ignore file Signed-off-by: Brendan Le Foll --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..05fbd266 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +build/ + +# Object files +*.o +*.lib +*.so +*.lo +*.la +*.pyc + +# Temp files +*.swp +*~