From e911c3d572fd18bace0eec243562658f7b232fa5 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 27 Apr 2015 22:21:38 +0200 Subject: [PATCH] Add gitignore file (and ignore common files) Ignore module/ (cloned modules location), modulesync.yml because this file is user specific, vi swap files, and Gemfile.lock Change-Id: I8048a29f3958bfd541b81bbca8456603a10bb373 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71aff8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +modules/ +modulesync.yml +Gemfile.lock +*.swp