.hgignore
author bastiena
Thu, 22 Mar 2012 16:00:17 +0100
changeset 8 e4e7db2435f8
parent 5 d40f84d77db4
child 9 0f44b7360c8d
permissions -rw-r--r--
Processing: New examples implemented : Fluid, Smoke, Interaction examples. Split in one file for the main instructions, one for TUIO stuff. License headers added.

syntax: regexp
middleware/.*/(bin|obj)
syntax: glob
*.suo
middleware/lib/TuioServer.dll
front_processing/src/Trakers_gestures/code/*
front_processing/src/Trakers/code/*
front_processing/extern/TUIO_PROCESSING/library/*
front_processing/extern/TUIO_JAVA/TuioDemo.jar
front_processing/extern/TUIO_JAVA/libTUIO.jar
front_processing/src/Trakers/application.windows/lib/*
front_processing/src/Trakers_gestures/application.windows/lib/*
middleware/dist/Output/*
front_processing/src/Trakers_gestures/application.windows/Trakers_gestures.exe
front_processing/src/Trakers/application.windows/Trakers.exe
front_processing/src/Fluid_manipulation/code/*
front_processing/src/Interaction_examples/Hand_press/code/*
front_processing/src/Interaction_examples/Hand_signal/code/*
front_processing/src/Interaction_examples/Hands_1D/code/*
front_processing/src/Interaction_examples/Hands_2D/code/*
front_processing/src/Smoke_manipulation/code/*