diff options
author | Diego Martinez <kaeza@users.sf.net> | 2016-03-14 19:03:44 -0300 |
---|---|---|
committer | Diego Martinez <kaeza@users.sf.net> | 2016-03-14 19:03:44 -0300 |
commit | 7d870496938e993f97ce7224c5bf08cbe778a766 (patch) | |
tree | 53536a2b429870efd20baa05335a822e754c6b0b /.gitignore | |
download | signs_lib-7d870496938e993f97ce7224c5bf08cbe778a766.tar signs_lib-7d870496938e993f97ce7224c5bf08cbe778a766.tar.gz signs_lib-7d870496938e993f97ce7224c5bf08cbe778a766.tar.bz2 signs_lib-7d870496938e993f97ce7224c5bf08cbe778a766.tar.xz signs_lib-7d870496938e993f97ce7224c5bf08cbe778a766.zip |
First commit.
Split from [homedecor](https://github.com/VanessaE/homedecor_modpack).
See the homedecor repository's commit log for full history.
Additionally, removed extra fonts. These will be distributed separately
to avoid bloating the repo too much.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01a1fe5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# temporary files +*~ + +# eclipse project files +.project +.settings +.buildpath |