diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-10-19 16:39:31 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-10-19 16:39:31 +0000 |
commit | 0b60f71cb853b35e53d0b407493dbcfc098ed40e (patch) | |
tree | 03221c792a89f8c885288a73d1041ea5dc7aee4f /mediaplugin/.gitignore | |
parent | a52499fa9f5e7f37c70bfb7a4145554168ec30f0 (diff) | |
download | usdx-0b60f71cb853b35e53d0b407493dbcfc098ed40e.tar.gz usdx-0b60f71cb853b35e53d0b407493dbcfc098ed40e.tar.xz usdx-0b60f71cb853b35e53d0b407493dbcfc098ed40e.zip |
initial commit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2684 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'mediaplugin/.gitignore')
-rw-r--r-- | mediaplugin/.gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mediaplugin/.gitignore b/mediaplugin/.gitignore new file mode 100644 index 00000000..2223ac43 --- /dev/null +++ b/mediaplugin/.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/
|