This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add .gitignore to ignore autoconf caches


Checked in to match what we already have in libc-alpha.

Allows me to regenerate all of the configure.in's for the release
without seeing the ugly autom4te*.cache directories :-)

2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>

        * .gitignore: New file.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c3f260
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+autom4te*.cache

Cheers,
Carlos.
-- 
Carlos O'Donell
Mentor Graphics / CodeSourcery
carlos_odonell@mentor.com
carlos@codesourcery.com
+1 (613) 963 1026


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]