summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-10-02 13:13:34 -0700
committerStephen Hemminger <shemminger@osdl.org>2006-10-02 13:13:34 -0700
commita3ba8d2e73565a347c1993ad74a23d57149be513 (patch)
treee08fffc55417940974ad4186c4732149616ff03b /.gitignore
parent3bfa73ff99291d872f6d0e0284ee416e880088b6 (diff)
downloadiproute2-a3ba8d2e73565a347c1993ad74a23d57149be513.tar.gz
add objects to .gitignore
Add .o,.a,.so to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7622f67c..39894eba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
Config
+*.o
+*.a
+*.so