projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405ce58
)
add .gitignore file
author
Rich Felker
<dalias@aerifal.cx>
Fri, 9 Mar 2012 08:39:28 +0000
(
03:39
-0500)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 9 Mar 2012 08:39:28 +0000
(
03:39
-0500)
I've had this around for a long time but somehow it never got
committed.
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
c1a6cd5
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,9
@@
+*.o
+*.lo
+*.a
+*.so
+*.so.1
+arch/*/bits/alltypes.h
+config.mak
+include/bits
+tools/musl-gcc