Git ignores

This commit is contained in:
Endolf 2014-07-14 13:31:09 +01:00
parent 350d8fec21
commit 2837517753
8 changed files with 26 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
.classpath
.project
.settings/
build/
target/
apidocs/
bin/
classes/
dist/
eclipse_bin/

1
coreAPI/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/build.number

2
lib/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/jutils-1.0.1-SNAPSHOT.jar
/jutils.jar

3
plugins/OSX/src/native/.gitignore vendored Normal file
View 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
View 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
View file

@ -0,0 +1 @@
/net_java_games_input_DummyWindow.h

View file

@ -0,0 +1,3 @@
/net_java_games_input_IDirectInput.h
/net_java_games_input_IDirectInputDevice.h
/net_java_games_input_IDirectInputEffect.h

View 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