summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:17:16 +0200
committerSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:27:32 +0200
commit7b1ae2029ad33a38e1e718a33e2879325b389332 (patch)
treea86e4cb793dff0147649c5731b46981ac701fed5 /.gitignore
parentfac26f795cf96ec624a3a334ba9b78ea2d86811d (diff)
Added Windows Support
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 71095c3..6a0ccc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,19 @@ core
*.BACKUP.*.txt
*.REMOTE.*.txt
*.orig
+*.sln
+*.ncb
+*.suo
+*.user
+*.obj
+CDAL/Debug/
+CDAL/Release/
+riff/Debug/
+riff/Release/
+output/
+dependencies/CDAL.h
+dependencies/CDAL.lib
+dependencies/LCDriver.h
+dependencies/LCDriver_CNH1606432.lib
+dependencies/libusb.lib
+dependencies/usb.h \ No newline at end of file