Skip to content

Commit

Permalink
Excluding generated files from git
Browse files Browse the repository at this point in the history
  • Loading branch information
picrap committed Sep 8, 2017
1 parent a230b08 commit 7912505
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
2 changes: 0 additions & 2 deletions ExFat.Core/ExFat.nuspec

This file was deleted.

1 change: 0 additions & 1 deletion ExFat.Core/Properties/ProductInfo.cs

This file was deleted.

15 changes: 0 additions & 15 deletions ExFat.Core/Properties/ProductInfo1.cs

This file was deleted.

2 changes: 0 additions & 2 deletions ExFat.DiscUtils/ExFat.DiscUtils.nuspec

This file was deleted.

3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ image: Visual Studio 2017

install:
- git submodule update --init --recursive
- echo "" > ExFat.Core\Properties\ProductInfo.cs
- echo "" > ExFat.Core\ExFat.nuspec
- echo "" > ExFat.DiscUtils\ExFat.DiscUtils.nuspec

before_build:
nuget restore
Expand Down

0 comments on commit 7912505

Please sign in to comment.