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
commita0d7f57073dd366af554704ec26aca57a81a7ccb (patch)
tree4ccab7d117f26ef93c54d89b78c664ede016224a /.gitignore
parentb657ae745659c20f335929835ced3d9b5d3d06d1 (diff)
downloadPaper-a0d7f57073dd366af554704ec26aca57a81a7ccb.tar.gz
Paper-a0d7f57073dd366af554704ec26aca57a81a7ccb.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