From df25cc78db263ddfbd8588b6cc320a1970387c47 Mon Sep 17 00:00:00 2001 From: Sergey Stankevich Date: Sat, 19 Oct 2013 15:01:45 +0300 Subject: Adding .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2bcbe8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pkg/ \ No newline at end of file -- cgit v1.2.3 From b5c629e482897e5acb2d085b3b23f788faac6dce Mon Sep 17 00:00:00 2001 From: Ali Asad Lotia Date: Thu, 24 Apr 2014 10:38:28 +0100 Subject: Ignore rbenv files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b2bcbe8..b468fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -pkg/ \ No newline at end of file +pkg/ + +# ignore rbvenv files used for puppet-lint, rspect etc. +.ruby-version +.rbenv-gemsets -- cgit v1.2.3 From 8b1d6c0702aac3f38905c698bfa4d4ebd560313b Mon Sep 17 00:00:00 2001 From: Simon Tremblay Date: Thu, 17 Jul 2014 09:55:04 -0400 Subject: Ignore geppetto files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b468fdc..56a7f81 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ pkg/ # ignore rbvenv files used for puppet-lint, rspect etc. .ruby-version .rbenv-gemsets + +# ignore geppetto files +.project +metadata.json -- cgit v1.2.3