diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-24 13:37:22 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-24 13:37:22 +0000 |
commit | 4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435 (patch) | |
tree | bd38163c7c1684d2ca07afbe5b0a03674ea4e0c3 /VideoPreview/.gitignore | |
parent | 41e165cc8feebe6e4701f997c80e7722dd7c990c (diff) | |
download | usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.tar.gz usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.tar.xz usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.zip |
branch to merge video preview in song menu
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2411 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'VideoPreview/.gitignore')
-rw-r--r-- | VideoPreview/.gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/VideoPreview/.gitignore b/VideoPreview/.gitignore new file mode 100644 index 00000000..2223ac43 --- /dev/null +++ b/VideoPreview/.gitignore @@ -0,0 +1,22 @@ +Thumbs.db
+.svn
+*.orig
+*.dcu
+*.ppu
+*.rst
+*.compiled
+*.or
+*.o
+*.a
+*.exe
+*.dll
+*.identcache
+*.bdsproj.local
+*.bak
+*~
+Makefile
+config.log
+config.status
+__history
+aclocal.m4
+autom4te.cache/
|