Add .gitignore to ignore user-added modules
authorEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 14:13:49 +0000 (07:13 -0700)
committerEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 14:13:49 +0000 (07:13 -0700)
commit68f5e544b93f4bd5cc0bb43c7ff8dd3ccd6f190e
tree6b7705d35eea526dbe4975191aa0fe1c02265344
parentbd3d7f7541f51df3906e7a5d3d66b1abc797e996
Add .gitignore to ignore user-added modules

The idea is that users and developers can have additional modules installed in
the modules directory for testing without them accidentally getting
added/committed to the skeleton project. This makes it so that to add a new
module to the repository under modules/, you'll need to explicitly add it to the
modules/.gitignore.
modules/.gitignore [new file with mode: 0644]