# Object files
*.o
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/

# Java
*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/

# other files, potentially created by build tools
/.settings
/.classpath
/bin
/classes
/build
/temp
/tmp
/out
/.gradle
/dependency-reduced-pom.xml

#helloWorld
/helloWorld/helloWorld
/helloWorld/helloWorld.exe

## sockets
## Linux Builds of C examples
/sockets/c/TCPClient_linux
/sockets/c/TCPServer_linux
/sockets/c/UDPClient_linux
/sockets/c/UDPServer_linux
## Windows Builds of C examples
/sockets/c/TCPClient_windows.exe
/sockets/c/TCPServer_windows.exe
/sockets/c/UDPClient_windows.exe
/sockets/c/UDPServer_windows.exe
## Java
/sockets/java/bin

## javaServlets
### examples
/javaServlets/examples/target/
/javaServlets/examples/temp/
/javaServlets/examples/tmp/
/javaServlets/examples/bin/
/javaServlets/examples/.classpath
### proxy
/javaServlets/proxy/target/
/javaServlets/proxy/temp/
/javaServlets/proxy/tmp/
/javaServlets/proxy/bin/
/javaServlets/proxy/.classpath

## javaServerPages
### examples
/javaServerPages/examples/target/
/javaServerPages/examples/temp/
/javaServerPages/examples/tmp/
/javaServerPages/examples/bin/
/javaServerPages/examples/.classpath
### standAloneJSPsWithJetty
/javaServerPages/standAloneJSPsWithJetty/target/
/javaServerPages/standAloneJSPsWithJetty/temp/
/javaServerPages/standAloneJSPsWithJetty/tmp/
/javaServerPages/standAloneJSPsWithJetty/bin/
/javaServerPages/standAloneJSPsWithJetty/.classpath

## javaRMI
/javaRMI/target/
/javaRMI/temp/
/javaRMI/tmp/
/javaRMI/bin/

## XML
/xml/java/target/
/xml/java/temp/
/xml/java/tmp/
/xml/java/bin/

## web services
### warehouse server example
/webServices/warehouse/server/target/
/webServices/warehouse/server/temp/
/webServices/warehouse/server/tmp/
/webServices/warehouse/server/bin/
/webServices/warehouse/server/.classpath
### warehouse client example
/webServices/warehouse/client/target/
/webServices/warehouse/client/temp/
/webServices/warehouse/client/tmp/
/webServices/warehouse/client/bin/
/webServices/warehouse/client/.classpath
/webServices/warehouse/client/src/main/java/warehouseClient/WarehouseServiceCallbackHandler.java
/webServices/warehouse/client/src/main/java/warehouseClient/WarehouseServiceStub.java
### text client example
/webServices/textClient/target/
/webServices/textClient/temp/
/webServices/textClient/tmp/
/webServices/textClient/bin/
/webServices/textClient/.classpath
/webServices/textClient/src/main/java/textClient/TextCasingCallbackHandler.java
/webServices/textClient/src/main/java/textClient/TextCasingStub.java
### calculator server example
/webServices/calculator/server/target/
/webServices/calculator/server/temp/
/webServices/calculator/server/tmp/
/webServices/calculator/server/bin/
/webServices/calculator/server/.classpath
### calculator client example
/webServices/calculator/client/target/
/webServices/calculator/client/temp/
/webServices/calculator/client/tmp/
/webServices/calculator/client/bin/
/webServices/calculator/client/.classpath
/webServices/calculator/client/src/main/java/calculatorClient/CalculatorCallbackHandler.java
/webServices/calculator/client/src/main/java/calculatorClient/CalculatorStub.java

## JSON RPC
### calculator server example
/jsonRPC/calculator/server/target/
/jsonRPC/calculator/server/temp/
/jsonRPC/calculator/server/tmp/
/jsonRPC/calculator/server/bin/
/jsonRPC/calculator/server/.classpath
### calculator client example
/jsonRPC/calculator/client/target/
/jsonRPC/calculator/client/temp/
/jsonRPC/calculator/client/tmp/
/jsonRPC/calculator/client/bin/
/jsonRPC/calculator/client/.classpath
### warehouse server example
/jsonRPC/warehouse/server/target/
/jsonRPC/warehouse/server/temp/
/jsonRPC/warehouse/server/tmp/
/jsonRPC/warehouse/server/bin/
/jsonRPC/warehouse/server/.classpath
### warehouse client example
/jsonRPC/warehouse/client/target/
/jsonRPC/warehouse/client/temp/
/jsonRPC/warehouse/client/tmp/
/jsonRPC/warehouse/client/bin/
/jsonRPC/warehouse/client/.classpath


## MPI
## Linux Builds of C examples
mpi/bareBones
mpi/basicInfo
mpi/simplePointToPoint1
mpi/simplePointToPoint2
mpi/piPointToPoint
mpi/deadlock
mpi/nonBlockingPointToPoint
mpi/piNonBlockingPointToPoint
mpi/broadcast
mpi/gatherScatterBareBones
mpi/gatherScatterPrimes
mpi/piGatherScatter
mpi/reducePrimes
mpi/structTest
mpi/structScatter
## Windows Builds of C examples
mpi/bareBones.exe
mpi/basicInfo.exe
mpi/simplePointToPoint1.exe
mpi/simplePointToPoint2.exe
mpi/piPointToPoint.exe
mpi/simplePtP2.exe
mpi/deadlock.exe
mpi/nonBlockingPointToPoint.exe
mpi/piNonBlockingPointToPoint.exe
mpi/broadcast.exe
mpi/gatherScatterBareBones.exe
mpi/gatherScatterPrimes.exe
mpi/piGatherScatter.exe
mpi/reducePrimes.exe
mpi/structTest.exe
mpi/structScatter.exe


## Hadoop
### word count example
/hadoop/wordCount/target/
/hadoop/wordCount/temp/
/hadoop/wordCount/tmp/
/hadoop/wordCount/bin/
/hadoop/wordCount/.classpath
### web finder example
/hadoop/webFinder/target/
/hadoop/webFinder/temp/
/hadoop/webFinder/tmp/
/hadoop/webFinder/bin/
/hadoop/webFinder/.classpath
