summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-04 14:27:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-04 14:27:29 -0600
commitdf0e72bd666d8fb88555eefaa4a9fa71a1a35c8f (patch)
tree14a6690befa305249d42cbe82109181f3c4928d5 /apps/examples/thttpd
parent9f4013f6d387f6b8561ede886e11ee5e569cc68e (diff)
downloadnuttx-df0e72bd666d8fb88555eefaa4a9fa71a1a35c8f.tar.gz
nuttx-df0e72bd666d8fb88555eefaa4a9fa71a1a35c8f.tar.bz2
nuttx-df0e72bd666d8fb88555eefaa4a9fa71a1a35c8f.zip
Clone svn:ignore directory atributed to .gitignore files
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/.gitignore12
-rw-r--r--apps/examples/thttpd/content/.gitignore5
-rw-r--r--apps/examples/thttpd/content/hello/.gitignore5
-rw-r--r--apps/examples/thttpd/content/netstat/.gitignore5
-rw-r--r--apps/examples/thttpd/content/tasks/.gitignore5
5 files changed, 32 insertions, 0 deletions
diff --git a/apps/examples/thttpd/.gitignore b/apps/examples/thttpd/.gitignore
new file mode 100644
index 000000000..abda8b18a
--- /dev/null
+++ b/apps/examples/thttpd/.gitignore
@@ -0,0 +1,12 @@
+Make.dep
+.depend
+.built
+*.swp
+*.src
+*.asm
+*.rel
+*.lst
+*.sym
+*.adb
+*.lib
+
diff --git a/apps/examples/thttpd/content/.gitignore b/apps/examples/thttpd/content/.gitignore
new file mode 100644
index 000000000..b910a2519
--- /dev/null
+++ b/apps/examples/thttpd/content/.gitignore
@@ -0,0 +1,5 @@
+romfs
+romfs.h
+romfs.img
+symtab.h
+
diff --git a/apps/examples/thttpd/content/hello/.gitignore b/apps/examples/thttpd/content/hello/.gitignore
new file mode 100644
index 000000000..31c86fa4f
--- /dev/null
+++ b/apps/examples/thttpd/content/hello/.gitignore
@@ -0,0 +1,5 @@
+hello
+*.r1
+*.r2
+*-thunk.S
+
diff --git a/apps/examples/thttpd/content/netstat/.gitignore b/apps/examples/thttpd/content/netstat/.gitignore
new file mode 100644
index 000000000..6824a421d
--- /dev/null
+++ b/apps/examples/thttpd/content/netstat/.gitignore
@@ -0,0 +1,5 @@
+netstat
+*.r1
+*.r2
+*-thunk.S
+
diff --git a/apps/examples/thttpd/content/tasks/.gitignore b/apps/examples/thttpd/content/tasks/.gitignore
new file mode 100644
index 000000000..2b55da692
--- /dev/null
+++ b/apps/examples/thttpd/content/tasks/.gitignore
@@ -0,0 +1,5 @@
+tasks
+*.r1
+*.r2
+*-thunk.S
+