Merge "1 Bug fix to check for length of uri and query separately. 2 Addressed the...
[platform/upstream/iotivity.git] / .gitignore
index 0a27705..7583ff5 100644 (file)
@@ -4,6 +4,19 @@
 /csdk/libcoap-4.1.1/release/
 /examples/release
 
+/debug
+csdk/debug/
+csdk/libcoap-4.1.1/debug/
+/examples/debug
+csdk/stack/samples/linux/SimpleClientServer/debug/
+
+
 # Ignore any object files
 *.o
 *.obj
+
+
+# Ignore Eclipse workspace files
+*.settings/
+*.cproject
+*.project