mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-02-18 05:34:46 +01:00
Git ignores
This commit is contained in:
parent
350d8fec21
commit
2837517753
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
build/
|
||||
target/
|
||||
apidocs/
|
||||
bin/
|
||||
classes/
|
||||
dist/
|
||||
eclipse_bin/
|
||||
1
coreAPI/.gitignore
vendored
Normal file
1
coreAPI/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/build.number
|
||||
2
lib/.gitignore
vendored
Normal file
2
lib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/jutils-1.0.1-SNAPSHOT.jar
|
||||
/jutils.jar
|
||||
3
plugins/OSX/src/native/.gitignore
vendored
Normal file
3
plugins/OSX/src/native/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/net_java_games_input_OSXHIDDevice.h
|
||||
/net_java_games_input_OSXHIDDeviceIterator.h
|
||||
/net_java_games_input_OSXHIDQueue.h
|
||||
2
plugins/linux/src/native/.gitignore
vendored
Normal file
2
plugins/linux/src/native/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/net_java_games_input_LinuxEventDevice.h
|
||||
/net_java_games_input_LinuxJoystickDevice.h
|
||||
1
plugins/windows/src/native/.gitignore
vendored
Normal file
1
plugins/windows/src/native/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/net_java_games_input_DummyWindow.h
|
||||
3
plugins/windows/src/native/dx8/.gitignore
vendored
Normal file
3
plugins/windows/src/native/dx8/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/net_java_games_input_IDirectInput.h
|
||||
/net_java_games_input_IDirectInputDevice.h
|
||||
/net_java_games_input_IDirectInputEffect.h
|
||||
4
plugins/windows/src/native/raw/.gitignore
vendored
Normal file
4
plugins/windows/src/native/raw/.gitignore
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue