.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 23 Jan 2019 21:38:06 +0000
changeset 170 6cf990ac2cad
parent 95 f417138e9c48
child 271 b3d47d1cb55d
permissions -rw-r--r--
Add `GDBDebugger >> #waitForAllEventsProcessed` and `#waitForAllCommandsProcessed` These methods are meant mainly for synchronization in tests, NOT for normal user code. Uses should avoid calling these.


syntax: glob
*Init.c   
makefile
*.so
*.so.debug
*.H
*.o
*.STH
*.sc
objbc
objvc
objmingw
*WINrc.obj
*.class
java/libs/*.jar
java/libs-src/*.jar
*-Test.xml
st.chg

tests/c/factorial1
tests/c/factorial2
tests/c/press_any_key
tests/c/*.exe