.hgignore
author veltr
Thu, 05 Jul 2012 19:08:13 +0200
branchnew-model
changeset 924 64c2eaafe5e2
parent 909 aa0e42229784
child 929 a39ff507b050
permissions -rw-r--r--
Modifications for LDT-Platform
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
ee5f11402589 Correct build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
ee5f11402589 Correct build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
     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
ab597ca3da64 update to ignore vim .swp files.
hamidouk
parents: 50
diff changeset
     7
*.swp
418
06d2aa32c5f4 Merge with no-popcorn
hamidouk
parents: 301
diff changeset
     8
*.orig
455
d0dd2b30106c added a rule to ignore site-local site.js
hamidouk
parents: 418
diff changeset
     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
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    15
^build$
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    16
syntax: regexp
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    17
^test/libs$
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    18
syntax: regexp
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 882
diff changeset
    19
^test/metadataplayer$
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 882
diff changeset
    20
syntax: regexp
909
aa0e42229784 Started reworking on documentation
veltr
parents: 904
diff changeset
    21
\.mp4$
aa0e42229784 Started reworking on documentation
veltr
parents: 904
diff changeset
    22
syntax: regexp
aa0e42229784 Started reworking on documentation
veltr
parents: 904
diff changeset
    23
\.dokuwiki$
aa0e42229784 Started reworking on documentation
veltr
parents: 904
diff changeset
    24
syntax: regexp
aa0e42229784 Started reworking on documentation
veltr
parents: 904
diff changeset
    25
^\.pydevproject$