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 | b01bcb4e17698365e7fb0f398e3b4d4bd995e419 (patch) | |
tree | ebd561fe0a3d8ecf0e58ac62c1c443c7f26e3bdd | |
parent | 4df795367829f867e73facb201d6489cfee4dff5 (diff) | |
download | Paper-b01bcb4e17698365e7fb0f398e3b4d4bd995e419.tar.gz Paper-b01bcb4e17698365e7fb0f398e3b4d4bd995e419.zip |
Add linux temp files (*~) 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 |