summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-01 10:49:55 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-01 10:49:55 -0600
commit34ce24e222f769094caa93dd19f78ab6484a764e (patch)
tree8d32f5ab6f818b24c7f1518e2e4244c750cbe096
parentFix spelling error and improve comment. (diff)
downloadrtems-34ce24e222f769094caa93dd19f78ab6484a764e.tar.bz2
Add minimal .gitignore files.
-rw-r--r--.gitignore9
-rw-r--r--c/src/lib/libbsp/.gitignore1
-rw-r--r--contrib/.gitignore1
3 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..e7dca86cf8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+aclocal.m4
+autom4te.cache
+configure
+config.h.in
+config.guess
+config.sub
+install-sh
+Makefile.in
+missing
diff --git a/c/src/lib/libbsp/.gitignore b/c/src/lib/libbsp/.gitignore
new file mode 100644
index 0000000000..e067316c09
--- /dev/null
+++ b/c/src/lib/libbsp/.gitignore
@@ -0,0 +1 @@
+bspopts.h.in
diff --git a/contrib/.gitignore b/contrib/.gitignore
new file mode 100644
index 0000000000..fbc4f92dd5
--- /dev/null
+++ b/contrib/.gitignore
@@ -0,0 +1 @@
+INSTALL