From 2837517753f44d3989b5a154a1451ed49917c055 Mon Sep 17 00:00:00 2001 From: Endolf Date: Mon, 14 Jul 2014 13:31:09 +0100 Subject: [PATCH] Git ignores --- .gitignore | 10 ++++++++++ coreAPI/.gitignore | 1 + lib/.gitignore | 2 ++ plugins/OSX/src/native/.gitignore | 3 +++ plugins/linux/src/native/.gitignore | 2 ++ plugins/windows/src/native/.gitignore | 1 + plugins/windows/src/native/dx8/.gitignore | 3 +++ plugins/windows/src/native/raw/.gitignore | 4 ++++ 8 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 coreAPI/.gitignore create mode 100644 lib/.gitignore create mode 100644 plugins/OSX/src/native/.gitignore create mode 100644 plugins/linux/src/native/.gitignore create mode 100644 plugins/windows/src/native/.gitignore create mode 100644 plugins/windows/src/native/dx8/.gitignore create mode 100644 plugins/windows/src/native/raw/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f12da9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.classpath +.project +.settings/ +build/ +target/ +apidocs/ +bin/ +classes/ +dist/ +eclipse_bin/ diff --git a/coreAPI/.gitignore b/coreAPI/.gitignore new file mode 100644 index 0000000..6dbf1b5 --- /dev/null +++ b/coreAPI/.gitignore @@ -0,0 +1 @@ +/build.number diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..4ce91ae --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +/jutils-1.0.1-SNAPSHOT.jar +/jutils.jar \ No newline at end of file diff --git a/plugins/OSX/src/native/.gitignore b/plugins/OSX/src/native/.gitignore new file mode 100644 index 0000000..2b1c8e9 --- /dev/null +++ b/plugins/OSX/src/native/.gitignore @@ -0,0 +1,3 @@ +/net_java_games_input_OSXHIDDevice.h +/net_java_games_input_OSXHIDDeviceIterator.h +/net_java_games_input_OSXHIDQueue.h diff --git a/plugins/linux/src/native/.gitignore b/plugins/linux/src/native/.gitignore new file mode 100644 index 0000000..2367a90 --- /dev/null +++ b/plugins/linux/src/native/.gitignore @@ -0,0 +1,2 @@ +/net_java_games_input_LinuxEventDevice.h +/net_java_games_input_LinuxJoystickDevice.h diff --git a/plugins/windows/src/native/.gitignore b/plugins/windows/src/native/.gitignore new file mode 100644 index 0000000..04fb3ee --- /dev/null +++ b/plugins/windows/src/native/.gitignore @@ -0,0 +1 @@ +/net_java_games_input_DummyWindow.h diff --git a/plugins/windows/src/native/dx8/.gitignore b/plugins/windows/src/native/dx8/.gitignore new file mode 100644 index 0000000..0fd0ace --- /dev/null +++ b/plugins/windows/src/native/dx8/.gitignore @@ -0,0 +1,3 @@ +/net_java_games_input_IDirectInput.h +/net_java_games_input_IDirectInputDevice.h +/net_java_games_input_IDirectInputEffect.h diff --git a/plugins/windows/src/native/raw/.gitignore b/plugins/windows/src/native/raw/.gitignore new file mode 100644 index 0000000..fb0c52f --- /dev/null +++ b/plugins/windows/src/native/raw/.gitignore @@ -0,0 +1,4 @@ +/net_java_games_input_RawDevice.h +/net_java_games_input_RawInputEnvironmentPlugin.h +/net_java_games_input_RawInputEventQueue_QueueThread.h +/net_java_games_input_RawInputEventQueue.h