Skip to content

Commit

Permalink
ignore Gemfile.lock -- this is a library, not an application, no need…
Browse files Browse the repository at this point in the history
… to force the world to run it in with a fixed build.
  • Loading branch information
Dhruv Bansal committed Aug 13, 2012
1 parent 04fd022 commit a2ff45b
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions .gitignore
@@ -1,40 +1,41 @@
# version control
.svn
.hg
.bzr


# editors
\#*
.#*
\.#*
*~
*.tmproj
*._flymake.*
*.project


# os x
.DS_Store
Icon?


# backup
.bak





# backup
# commonly ignored files
# editors
# os x
# tools # tools
TAGS* # version control
nohop.out *._flymake.*
a.out *.gem
*.project
*.pyc *.pyc
*.so *.so
*.stackdump *.stackdump
*.tmproj
*~
.#*
.DS_Store
.bak
.bzr
.hg
.svn
.yardoc .yardoc

# commonly ignored files
/**/*DO_NOT_VERSION* /**/*DO_NOT_VERSION*
/**/log/* /**/log/*
/**/tmp/* /**/tmp/*
/Gemfile.lock
/doc/* /doc/*
/pkg/* /pkg/*

Icon?
*.gem TAGS*

\#*
spec/test.yml \.#*
a.out
nohop.out
spec/test.yml

0 comments on commit a2ff45b

Please sign in to comment.