Mercurial > cortex
comparison .hgignore @ 355:68df11a65b27
temporary java stuff to load native library.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 06 Mar 2013 17:13:27 +0000 |
parents | fdc98824d69b |
children | c2c28c3e27c4 |
comparison
equal
deleted
inserted
replaced
354:8d08646eaf99 | 355:68df11a65b27 |
---|---|
1 syntax: glob | 1 syntax: glob |
2 video* | 2 video* |
3 src* | 3 |
4 html* | 4 html* |
5 tmp* | 5 tmp* |
6 capture-video.html | 6 capture-video.html |
7 render* | 7 render* |
8 sources* | 8 sources* |
11 liblwjgl64.so | 11 liblwjgl64.so |
12 libopenal64.so | 12 libopenal64.so |
13 liblwjgl.so | 13 liblwjgl.so |
14 libopenal.so | 14 libopenal.so |
15 libbulletjme.so | 15 libbulletjme.so |
16 | 16 java/build/* |
17 java/dist/* | |
17 | 18 |
18 syntax: regexp | 19 syntax: regexp |
19 ^.*blend\d$ | 20 ^.*blend\d$ |
21 ^src.* |