diff options
author | Zach Brown <[email protected]> | 2014-08-06 17:58:23 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2014-08-06 17:58:23 -0500 |
commit | a0d7f57073dd366af554704ec26aca57a81a7ccb (patch) | |
tree | 4ccab7d117f26ef93c54d89b78c664ede016224a /.gitignore | |
parent | b657ae745659c20f335929835ced3d9b5d3d06d1 (diff) | |
download | Paper-a0d7f57073dd366af554704ec26aca57a81a7ccb.tar.gz Paper-a0d7f57073dd366af554704ec26aca57a81a7ccb.zip |
Add linux temp files (*~) to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b7c3a6f4a..c101ffb154 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ manifest.mf *.iws .idea/ +# Linux temp files +*~ + # other stuff Spigot-API Spigot-Server |