From 6b46952a9e793f6c759eec301aa088f61ae53d4f Mon Sep 17 00:00:00 2001 From: Willy Blandin Date: Wed, 15 Feb 2017 10:56:13 -0800 Subject: [PATCH] [dx] add .gitignore to exclude compil artifacts and local files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..bfd234e714 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/makefile.inc +/tests/demo_ivfpq_indexing +*.swp +*.swo +*.o +*.a +*.dSYM