Skip to content

Commit

Permalink
Updated gitignore for VS project
Browse files Browse the repository at this point in the history
  • Loading branch information
Acey Bunch committed Feb 17, 2015
1 parent 56b68ff commit 5cc7d15
Showing 1 changed file with 41 additions and 28 deletions.
69 changes: 41 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,53 @@
## Directories created by Ant build file
build/
db/
distr/
junit/
logs/
publish/
repos/
derby.log
## Compiled ##
*.exe
*.dll

## Java Compiled/Package Files##
*.class
*.jar
*.war
*.ear

## Eclipse Files ##
.metadata/
.settings/
.externalToolBuilders/
bin/
*.launch
local.properties
## Visual Studio files ##
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
[Bb]uild/
Ankh.NoLoad
*.webinfo
__MVC_BACKUP/
UpgradeLog.XML
_UpgradeReport_Files/

## Maven Files ##
target/
## Tooling ##
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
packages/

## Temp Files##
tmp/
*.bak
*.tmp
*.swp
~$*
*~
[Tt]humbs.db
*.DS_Store

## Subversion files ##
.svn

0 comments on commit 5cc7d15

Please sign in to comment.