Add linux temp files (*~) to .gitignore

This commit is contained in:
Zach Brown
2014-08-06 17:58:23 -05:00
parent 4df7953678
commit b01bcb4e17

3
.gitignore vendored
View File

@@ -32,6 +32,9 @@ manifest.mf
*.iws *.iws
.idea/ .idea/
# Linux temp files
*~
# other stuff # other stuff
Spigot-API Spigot-API
Spigot-Server Spigot-Server