[rtems commit] Add .git ignore. Remove .cvsignore
    Joel Sherrill 
    joel at rtems.org
       
    Thu Feb  2 16:19:03 UTC 2012
    
    
  
Module:    rtems
Branch:    4.10
Commit:    6698f2714ff4f7cf3f5fefcf472aeaf63b408942
Changeset: http://git.rtems.org/rtems/commit/?id=6698f2714ff4f7cf3f5fefcf472aeaf63b408942
Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Feb  2 10:17:12 2012 -0600
Add .git ignore. Remove .cvsignore
---
 .gitignore                  |    9 +++++++++
 c/src/lib/libbsp/.gitignore |    1 +
 contrib/.gitignore          |    1 +
 3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e7dca86
--- /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 0000000..e067316
--- /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 0000000..fbc4f92
--- /dev/null
+++ b/contrib/.gitignore
@@ -0,0 +1 @@
+INSTALL
    
    
More information about the vc
mailing list