From bc3b83cd9b0736fde14b11ee2a06a42cd4b6f918 Mon Sep 17 00:00:00 2001 From: aidansteele Date: Tue, 7 Dec 2010 16:52:43 +1100 Subject: Added .gitignore file to remove all of OS X's directory fluff. --- .gitignore | 2 ++ Linux/.DS_Store | Bin 6148 -> 0 bytes Linux/._.DS_Store | Bin 4096 -> 0 bytes Linux/._README | Bin 4096 -> 0 bytes OSX/.DS_Store | Bin 6148 -> 0 bytes OSX/._.DS_Store | Bin 4096 -> 0 bytes OSX/._README.txt | Bin 4096 -> 0 bytes OSX/._install-kext.sh | Bin 4096 -> 0 bytes heimdall-frontend/.DS_Store | Bin 12292 -> 0 bytes heimdall-frontend/._.DS_Store | Bin 4096 -> 0 bytes heimdall-frontend/._heimdall-frontend.pri | Bin 4096 -> 0 bytes heimdall-frontend/._heimdall-frontend.pro | Bin 4096 -> 0 bytes heimdall-frontend/._heimdall-frontend.vcxproj | Bin 4096 -> 0 bytes heimdall-frontend/Source/.DS_Store | Bin 6148 -> 0 bytes heimdall-frontend/Source/._.DS_Store | Bin 4096 -> 0 bytes heimdall-frontend/Source/._main.cpp | Bin 4096 -> 0 bytes heimdall-frontend/Source/._mainwindow.cpp | Bin 4096 -> 0 bytes heimdall-frontend/Source/._mainwindow.h | Bin 4096 -> 0 bytes heimdall/.DS_Store | Bin 15364 -> 0 bytes heimdall/._.DS_Store | Bin 4096 -> 0 bytes heimdall/._Makefile.am | Bin 4096 -> 0 bytes heimdall/source/.DS_Store | Bin 15364 -> 0 bytes heimdall/source/._.DS_Store | Bin 4096 -> 0 bytes heimdall/source/._BridgeManager.cpp | Bin 4096 -> 0 bytes heimdall/source/._InterfaceManager.cpp | Bin 4096 -> 0 bytes heimdall/source/._InterfaceManager.h | Bin 4096 -> 0 bytes libusb-1.0/.DS_Store | Bin 15364 -> 0 bytes libusb-1.0/._.DS_Store | Bin 4096 -> 0 bytes libusb-1.0/doc/.DS_Store | Bin 6148 -> 0 bytes libusb-1.0/doc/._.DS_Store | Bin 4096 -> 0 bytes libusb-1.0/examples/.DS_Store | Bin 6148 -> 0 bytes libusb-1.0/examples/._.DS_Store | Bin 4096 -> 0 bytes libusb-1.0/libusb/.DS_Store | Bin 12292 -> 0 bytes libusb-1.0/libusb/._.DS_Store | Bin 4096 -> 0 bytes libusb-1.0/libusb/os/.DS_Store | Bin 6148 -> 0 bytes libusb-1.0/libusb/os/._.DS_Store | Bin 4096 -> 0 bytes 36 files changed, 2 insertions(+) create mode 100644 .gitignore delete mode 100644 Linux/.DS_Store delete mode 100644 Linux/._.DS_Store delete mode 100644 Linux/._README delete mode 100644 OSX/.DS_Store delete mode 100644 OSX/._.DS_Store delete mode 100644 OSX/._README.txt delete mode 100644 OSX/._install-kext.sh delete mode 100644 heimdall-frontend/.DS_Store delete mode 100644 heimdall-frontend/._.DS_Store delete mode 100644 heimdall-frontend/._heimdall-frontend.pri delete mode 100644 heimdall-frontend/._heimdall-frontend.pro delete mode 100644 heimdall-frontend/._heimdall-frontend.vcxproj delete mode 100644 heimdall-frontend/Source/.DS_Store delete mode 100644 heimdall-frontend/Source/._.DS_Store delete mode 100644 heimdall-frontend/Source/._main.cpp delete mode 100644 heimdall-frontend/Source/._mainwindow.cpp delete mode 100644 heimdall-frontend/Source/._mainwindow.h delete mode 100644 heimdall/.DS_Store delete mode 100644 heimdall/._.DS_Store delete mode 100644 heimdall/._Makefile.am delete mode 100644 heimdall/source/.DS_Store delete mode 100644 heimdall/source/._.DS_Store delete mode 100644 heimdall/source/._BridgeManager.cpp delete mode 100644 heimdall/source/._InterfaceManager.cpp delete mode 100644 heimdall/source/._InterfaceManager.h delete mode 100644 libusb-1.0/.DS_Store delete mode 100644 libusb-1.0/._.DS_Store delete mode 100644 libusb-1.0/doc/.DS_Store delete mode 100644 libusb-1.0/doc/._.DS_Store delete mode 100644 libusb-1.0/examples/.DS_Store delete mode 100644 libusb-1.0/examples/._.DS_Store delete mode 100644 libusb-1.0/libusb/.DS_Store delete mode 100644 libusb-1.0/libusb/._.DS_Store delete mode 100644 libusb-1.0/libusb/os/.DS_Store delete mode 100644 libusb-1.0/libusb/os/._.DS_Store diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eda77f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +._* diff --git a/Linux/.DS_Store b/Linux/.DS_Store deleted file mode 100644 index c40b296..0000000 Binary files a/Linux/.DS_Store and /dev/null differ diff --git a/Linux/._.DS_Store b/Linux/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/Linux/._.DS_Store and /dev/null differ diff --git a/Linux/._README b/Linux/._README deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/Linux/._README and /dev/null differ diff --git a/OSX/.DS_Store b/OSX/.DS_Store deleted file mode 100644 index 201b1ef..0000000 Binary files a/OSX/.DS_Store and /dev/null differ diff --git a/OSX/._.DS_Store b/OSX/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/OSX/._.DS_Store and /dev/null differ diff --git a/OSX/._README.txt b/OSX/._README.txt deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/OSX/._README.txt and /dev/null differ diff --git a/OSX/._install-kext.sh b/OSX/._install-kext.sh deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/OSX/._install-kext.sh and /dev/null differ diff --git a/heimdall-frontend/.DS_Store b/heimdall-frontend/.DS_Store deleted file mode 100644 index b92c211..0000000 Binary files a/heimdall-frontend/.DS_Store and /dev/null differ diff --git a/heimdall-frontend/._.DS_Store b/heimdall-frontend/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/heimdall-frontend/._.DS_Store and /dev/null differ diff --git a/heimdall-frontend/._heimdall-frontend.pri b/heimdall-frontend/._heimdall-frontend.pri deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/heimdall-frontend/._heimdall-frontend.pri and /dev/null differ diff --git a/heimdall-frontend/._heimdall-frontend.pro b/heimdall-frontend/._heimdall-frontend.pro deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/heimdall-frontend/._heimdall-frontend.pro and /dev/null differ diff --git a/heimdall-frontend/._heimdall-frontend.vcxproj b/heimdall-frontend/._heimdall-frontend.vcxproj deleted file mode 100644 index a322a67..0000000 Binary files a/heimdall-frontend/._heimdall-frontend.vcxproj and /dev/null differ diff --git a/heimdall-frontend/Source/.DS_Store b/heimdall-frontend/Source/.DS_Store deleted file mode 100644 index 1b015c7..0000000 Binary files a/heimdall-frontend/Source/.DS_Store and /dev/null differ diff --git a/heimdall-frontend/Source/._.DS_Store b/heimdall-frontend/Source/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/heimdall-frontend/Source/._.DS_Store and /dev/null differ diff --git a/heimdall-frontend/Source/._main.cpp b/heimdall-frontend/Source/._main.cpp deleted file mode 100644 index a322a67..0000000 Binary files a/heimdall-frontend/Source/._main.cpp and /dev/null differ diff --git a/heimdall-frontend/Source/._mainwindow.cpp b/heimdall-frontend/Source/._mainwindow.cpp deleted file mode 100644 index a322a67..0000000 Binary files a/heimdall-frontend/Source/._mainwindow.cpp and /dev/null differ diff --git a/heimdall-frontend/Source/._mainwindow.h b/heimdall-frontend/Source/._mainwindow.h deleted file mode 100644 index a322a67..0000000 Binary files a/heimdall-frontend/Source/._mainwindow.h and /dev/null differ diff --git a/heimdall/.DS_Store b/heimdall/.DS_Store deleted file mode 100644 index 13c17de..0000000 Binary files a/heimdall/.DS_Store and /dev/null differ diff --git a/heimdall/._.DS_Store b/heimdall/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/heimdall/._.DS_Store and /dev/null differ diff --git a/heimdall/._Makefile.am b/heimdall/._Makefile.am deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/heimdall/._Makefile.am and /dev/null differ diff --git a/heimdall/source/.DS_Store b/heimdall/source/.DS_Store deleted file mode 100644 index 94f155f..0000000 Binary files a/heimdall/source/.DS_Store and /dev/null differ diff --git a/heimdall/source/._.DS_Store b/heimdall/source/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/heimdall/source/._.DS_Store and /dev/null differ diff --git a/heimdall/source/._BridgeManager.cpp b/heimdall/source/._BridgeManager.cpp deleted file mode 100644 index 5b4b4a0..0000000 Binary files a/heimdall/source/._BridgeManager.cpp and /dev/null differ diff --git a/heimdall/source/._InterfaceManager.cpp b/heimdall/source/._InterfaceManager.cpp deleted file mode 100644 index a322a67..0000000 Binary files a/heimdall/source/._InterfaceManager.cpp and /dev/null differ diff --git a/heimdall/source/._InterfaceManager.h b/heimdall/source/._InterfaceManager.h deleted file mode 100644 index a322a67..0000000 Binary files a/heimdall/source/._InterfaceManager.h and /dev/null differ diff --git a/libusb-1.0/.DS_Store b/libusb-1.0/.DS_Store deleted file mode 100644 index ca66484..0000000 Binary files a/libusb-1.0/.DS_Store and /dev/null differ diff --git a/libusb-1.0/._.DS_Store b/libusb-1.0/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/libusb-1.0/._.DS_Store and /dev/null differ diff --git a/libusb-1.0/doc/.DS_Store b/libusb-1.0/doc/.DS_Store deleted file mode 100644 index 64fa596..0000000 Binary files a/libusb-1.0/doc/.DS_Store and /dev/null differ diff --git a/libusb-1.0/doc/._.DS_Store b/libusb-1.0/doc/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/libusb-1.0/doc/._.DS_Store and /dev/null differ diff --git a/libusb-1.0/examples/.DS_Store b/libusb-1.0/examples/.DS_Store deleted file mode 100644 index de43283..0000000 Binary files a/libusb-1.0/examples/.DS_Store and /dev/null differ diff --git a/libusb-1.0/examples/._.DS_Store b/libusb-1.0/examples/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/libusb-1.0/examples/._.DS_Store and /dev/null differ diff --git a/libusb-1.0/libusb/.DS_Store b/libusb-1.0/libusb/.DS_Store deleted file mode 100644 index 12aed82..0000000 Binary files a/libusb-1.0/libusb/.DS_Store and /dev/null differ diff --git a/libusb-1.0/libusb/._.DS_Store b/libusb-1.0/libusb/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/libusb-1.0/libusb/._.DS_Store and /dev/null differ diff --git a/libusb-1.0/libusb/os/.DS_Store b/libusb-1.0/libusb/os/.DS_Store deleted file mode 100644 index 90333e8..0000000 Binary files a/libusb-1.0/libusb/os/.DS_Store and /dev/null differ diff --git a/libusb-1.0/libusb/os/._.DS_Store b/libusb-1.0/libusb/os/._.DS_Store deleted file mode 100644 index 338bd7b..0000000 Binary files a/libusb-1.0/libusb/os/._.DS_Store and /dev/null differ -- cgit v1.1