diff options
author | Thomas Van Doren <thomas.vandoren@gmail.com> | 2012-06-04 20:45:59 -0700 |
---|---|---|
committer | Thomas Van Doren <thomas.vandoren@gmail.com> | 2012-06-04 20:45:59 -0700 |
commit | 4d4d6f96e6e4e10d812c75fbf279e05269eef06e (patch) | |
tree | 70c92bbf27ab99ee9e7b15fe66033680fdc1bb0f | |
parent | 1343de3817ab64b39ccf4d76ab73f1024f3db0a7 (diff) | |
download | puppet-tftp-4d4d6f96e6e4e10d812c75fbf279e05269eef06e.tar.gz puppet-tftp-4d4d6f96e6e4e10d812c75fbf279e05269eef06e.tar.bz2 |
Add .gitignore to avoid accidentally committing the spec/fixtures/modules dir.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7dc86db --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/spec/fixtures/modules |