chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b6be5d0
)
.gitignore: Add *.o *.so *.a and *~
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 5 May 2014 16:14:47 +0000
(17:14 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 5 May 2014 16:17:13 +0000
(17:17 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 439a8fd40c04e6843eeff0d54076d1ee87ee98e2..f461fb91f8a8b61ffe4d11d3fbb65c649d73ef71 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-6,3
+6,7
@@
dist_tmp
adns-*.tar.gz
settings.make
*.tmp*
adns-*.tar.gz
settings.make
*.tmp*
+*.o
+*.so
+*.a
+*~