| author | cavaliet |
| Fri, 24 Aug 2012 12:08:35 +0200 | |
| branch | new-model |
| changeset 935 | 33170f14ac09 |
| parent 929 | a39ff507b050 |
| child 942 | 30f650574bca |
| permissions | -rw-r--r-- |
| 1 | 1 |
|
2 |
syntax: regexp |
|
|
50
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
3 |
^src/js/LdtPlayer\.min\.js$ |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
4 |
syntax: glob |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
5 |
build/LdtPlayer-release.js |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
6 |
build/LdtPlayer.min.js |
| 301 | 7 |
*.swp |
| 418 | 8 |
*.orig |
| 455 | 9 |
src/js/site.js |
|
520
fe008e95a716
added jsdoc support, and a script to generate the docs.
hamidouk
parents:
455
diff
changeset
|
10 |
doc/jsdoc/* |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
520
diff
changeset
|
11 |
|
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
520
diff
changeset
|
12 |
syntax: regexp |
|
875
43629caa77bc
Big refactoring of widget files + started migration of segmentwidget
veltr
parents:
874
diff
changeset
|
13 |
^src/css/LdtPlayer-release\.css$ |
|
43629caa77bc
Big refactoring of widget files + started migration of segmentwidget
veltr
parents:
874
diff
changeset
|
14 |
syntax: regexp |
| 882 | 15 |
^build$ |
16 |
syntax: regexp |
|
17 |
^test/libs$ |
|
18 |
syntax: regexp |
|
| 904 | 19 |
^test/metadataplayer$ |
20 |
syntax: regexp |
|
| 909 | 21 |
\.mp4$ |
22 |
syntax: regexp |
|
23 |
\.dokuwiki$ |
|
24 |
syntax: regexp |
|
| 929 | 25 |
^\.pydevproject$ |
26 |
syntax: regexp |
|
| 935 | 27 |
^doc/.+\.html$ |
28 |
syntax: regexp |
|
29 |
^assets/player_bab_ldt/player_bab_ldt/bin$ |
|
30 |
syntax: regexp |
|
31 |
^\.settings/org\.eclipse\.core\.runtime\.prefs$ |