aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2014-08-06 17:58:23 -0500
committerZach Brown <[email protected]>2014-08-06 17:58:23 -0500
commitb01bcb4e17698365e7fb0f398e3b4d4bd995e419 (patch)
treeebd561fe0a3d8ecf0e58ac62c1c443c7f26e3bdd /.gitignore
parent4df795367829f867e73facb201d6489cfee4dff5 (diff)
downloadPaper-b01bcb4e17698365e7fb0f398e3b4d4bd995e419.tar.gz
Paper-b01bcb4e17698365e7fb0f398e3b4d4bd995e419.zip
Add linux temp files (*~) to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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