OSDN Git Service

変換に必要なディレクトリ, ファイルの追加
authoryukihane <yukihane.feather@gmail.com>
Sat, 28 May 2011 05:58:07 +0000 (14:58 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sat, 28 May 2011 06:09:28 +0000 (15:09 +0900)
.gitignore [new file with mode: 0644]
frontend/[out]comment/.gitignore [new file with mode: 0755]
frontend/[out]converted/.gitignore [new file with mode: 0755]
frontend/[out]tcomment/.gitignore [new file with mode: 0755]
frontend/[out]video/.gitignore [new file with mode: 0644]
frontend/bin/SDL.dll [new file with mode: 0755]
frontend/bin/SDL_ttf.dll [new file with mode: 0755]
frontend/bin/ffmpeg.exe [new file with mode: 0755]
frontend/bin/nicovideo.dll [new file with mode: 0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..40cecb6
--- /dev/null
@@ -0,0 +1,9 @@
+build/
+private/
+
+/frontend/\[out\]comment/
+/frontend/\[out\]converted/
+/frontend/\[out\]tcomment/
+/frontend/\[out\]video/
+/frontend/\[log\]vhext.txt
+/frontend/saccubus.xml
diff --git a/frontend/[out]comment/.gitignore b/frontend/[out]comment/.gitignore
new file mode 100755 (executable)
index 0000000..e69de29
diff --git a/frontend/[out]converted/.gitignore b/frontend/[out]converted/.gitignore
new file mode 100755 (executable)
index 0000000..e69de29
diff --git a/frontend/[out]tcomment/.gitignore b/frontend/[out]tcomment/.gitignore
new file mode 100755 (executable)
index 0000000..e69de29
diff --git a/frontend/[out]video/.gitignore b/frontend/[out]video/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/frontend/bin/SDL.dll b/frontend/bin/SDL.dll
new file mode 100755 (executable)
index 0000000..138b7eb
Binary files /dev/null and b/frontend/bin/SDL.dll differ
diff --git a/frontend/bin/SDL_ttf.dll b/frontend/bin/SDL_ttf.dll
new file mode 100755 (executable)
index 0000000..050a40c
Binary files /dev/null and b/frontend/bin/SDL_ttf.dll differ
diff --git a/frontend/bin/ffmpeg.exe b/frontend/bin/ffmpeg.exe
new file mode 100755 (executable)
index 0000000..0fd38e5
Binary files /dev/null and b/frontend/bin/ffmpeg.exe differ
diff --git a/frontend/bin/nicovideo.dll b/frontend/bin/nicovideo.dll
new file mode 100755 (executable)
index 0000000..6f527c2
Binary files /dev/null and b/frontend/bin/nicovideo.dll differ