diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-22 16:48:07 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-22 16:48:07 -0500 |
commit | 488bdd06ab78cec3085aa86b6dbe36a98f58eb86 (patch) | |
tree | f6d39624325546871e3ea4ff43ff307ca1f06ca4 /example_packages | |
parent | 03c9efc756568ce9c74fdb9dc9df216975e5cd69 (diff) | |
download | fpm-488bdd06ab78cec3085aa86b6dbe36a98f58eb86.tar.gz fpm-488bdd06ab78cec3085aa86b6dbe36a98f58eb86.zip |
Add .gitignore file in submodules example package
Diffstat (limited to 'example_packages')
-rw-r--r-- | example_packages/submodules/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_packages/submodules/.gitignore b/example_packages/submodules/.gitignore new file mode 100644 index 0000000..a007fea --- /dev/null +++ b/example_packages/submodules/.gitignore @@ -0,0 +1 @@ +build/* |