.hgignore
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 455 d0dd2b30106c
child 520 fe008e95a716
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.
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