mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-03 23:51:46 +00:00
Ignore unwatend output files
This commit is contained in:
parent
8a74d91e66
commit
7591825cc2
5
com.wudsn.ide.ref/.gitignore
vendored
Normal file
5
com.wudsn.ide.ref/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Ignore output files created in the source folders
|
||||
*.lab
|
||||
*.lbl
|
||||
*.lst
|
||||
*.atdbg
|
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set PATH=%PATH%;C:\jac\bin\wbin
|
||||
cd C:\jac\system\Java\Programming\Workspaces\WUDSN-IDE
|
||||
cd C:\jac\system\Java\Programming\Repositories\WUDSN-IDE
|
||||
|
||||
call :check com.wudsn.ide.asm
|
||||
call :check com.wudsn.ide.asm.compilers
|
||||
|
Loading…
Reference in New Issue
Block a user