summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-12 10:50:28 -0700
committerKeith Packard <keithp@keithp.com>2012-08-10 16:19:04 -0700
commita58e088405c7de819e1d779838dc20c8bfa7513c (patch)
tree001d95e98b6d93a16b584675d31b24145baab24f /.gitignore
parentc40719f3ae39964c3592e4272795dc2c6c1551d4 (diff)
Create make-based build infrastructure
It's simple, but it works on linux at least. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..bae14b58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.o
+*.so*