mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] Add .gitignore file.
@ 2012-03-09  8:07 Georgi Chorbadzhiyski
  2012-03-09  8:39 ` Rich Felker
  0 siblings, 1 reply; 2+ messages in thread
From: Georgi Chorbadzhiyski @ 2012-03-09  8:07 UTC (permalink / raw)
  To: musl

---
 .gitignore |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6aaafc2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*.a
+*.o
+*.lo
+arch/*/bits/alltypes.h
+config.mak
+include/bits
+lib/libc.so
+tools/musl-gcc
-- 
1.7.5.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add .gitignore file.
  2012-03-09  8:07 [PATCH] Add .gitignore file Georgi Chorbadzhiyski
@ 2012-03-09  8:39 ` Rich Felker
  0 siblings, 0 replies; 2+ messages in thread
From: Rich Felker @ 2012-03-09  8:39 UTC (permalink / raw)
  To: musl

Thanks for catching this. I've had it locally ever since the initial
release, and somehow didn't realize I'd never committed the file to
git. Committing mine now (slightly more general patterns).

Rich


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-09  8:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-09  8:07 [PATCH] Add .gitignore file Georgi Chorbadzhiyski
2012-03-09  8:39 ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).