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
This commit is contained in:
Sebastien Badia 2015-04-27 22:21:38 +02:00
parent ca33eb9108
commit e911c3d572

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
modules/
modulesync.yml
Gemfile.lock
*.swp