| author | durandn |
| Tue, 22 Sep 2015 17:07:58 +0200 | |
| changeset 1062 | f8adaa2caecb |
| parent 1030 | afd77187fd9a |
| child 1072 | ac1eacb3aa33 |
| permissions | -rw-r--r-- |
| 1 | 1 |
syntax: regexp |
|
50
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
2 |
^src/js/LdtPlayer\.min\.js$ |
| 1030 | 3 |
^src/css/LdtPlayer-release\.css$ |
4 |
^build$ |
|
5 |
^test/libs$ |
|
6 |
^test/metadataplayer$ |
|
7 |
\.mp4$ |
|
8 |
\.dokuwiki$ |
|
9 |
^\.pydevproject$ |
|
10 |
^doc/.+\.html$ |
|
11 |
^assets/player_bab_ldt/player_bab_ldt/bin$ |
|
12 |
^\.settings/org\.eclipse\.core\.runtime\.prefs$ |
|
13 |
^sbin/build/compil-to-platform\.sh$ |
|
14 |
\.webm$ |
|
15 |
^downloads/.+\.zip$ |
|
16 |
^sbin/build/compil-to-polemic-tweet\.sh$ |
|
17 |
^.git$ |
|
18 |
^.gitignore$ |
|
19 |
||
|
50
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
20 |
syntax: glob |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
21 |
build/LdtPlayer-release.js |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
22 |
build/LdtPlayer.min.js |
| 301 | 23 |
*.swp |
| 418 | 24 |
*.orig |
| 455 | 25 |
src/js/site.js |
|
520
fe008e95a716
added jsdoc support, and a script to generate the docs.
hamidouk
parents:
455
diff
changeset
|
26 |
doc/jsdoc/* |