Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 29, 2017
1 parent c7ddab0 commit 1b1f85d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,15 @@ adhoc/

package/
tools/build

/src/double/Edge.js/obj/
/src/double/Edge.js/bin/
/src/double/Edge.js.CSharp/obj/
/src/double/Edge.js.CSharp/bin/
/src/double/Edge.js/*.sln
/src/double/Edge.js.CSharp/*.sln
/src/Debug/

/test/obj/
/test/bin/
/test/Properties/
Expand Down
3 changes: 0 additions & 3 deletions tools/build_double_new.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ if "%1" equ "" (
exit /b -1
)

rmdir "nuget/content" /s /q
rmdir "nuget/lib" /s /q

call :build_tools
if %ERRORLEVEL% neq 0 exit /b -1

Expand Down

0 comments on commit 1b1f85d

Please sign in to comment.