forked from versionone/VersionOne.Integration.JIRA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Acey Bunch
committed
Feb 17, 2015
1 parent
56b68ff
commit 5cc7d15
Showing
1 changed file
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|