Skip to content

Commit

Permalink
Uploading .gitignore
Browse files Browse the repository at this point in the history
Missed one function rename
  • Loading branch information
Wulfspider committed Aug 11, 2011
1 parent 232f10c commit 2c80cbb
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Compiled source #
###################
bin/
target/
*.com
*.class
*.dll
*.exe
*.o
*.so

# Git #
#######
.git/

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
Thumbs.db

# Project files #
#################
.classpath
.project
.settings
MANIFEST.MF
2 changes: 1 addition & 1 deletion src/main/java/org/getspout/spouttest/SpoutTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.getspout.spoutapi.keyboard.Keyboard;
import org.getspout.spoutapi.player.SpoutPlayer;

public class Test extends JavaPlugin {
public class SpoutTest extends JavaPlugin {

@Override
public void onDisable() {
Expand Down

0 comments on commit 2c80cbb

Please sign in to comment.