Skip to content

Commit

Permalink
Fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Aug 2, 2014
1 parent 65f17f3 commit 05b53e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Expand Up @@ -37,15 +37,15 @@
./Resharp*

# Build and Debug Files
build/*
Build/*
BUILD/*
bin/*
Bin/*
BIN/*
obj/*
Obj/*
OBJ/*
build/
Build/
BUILD/
bin/
Bin/
BIN/
obj/
Obj/
OBJ/
*.exe
*.ex_

Expand Down

0 comments on commit 05b53e1

Please sign in to comment.