summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2012-07-22 20:52:30 -0400
committerWill Estes <wlestes@users.sourceforge.net>2012-07-22 20:52:30 -0400
commit6bf454f9c5ebe6329917f612803b67df6ad06fbd (patch)
tree2aa6782585227574dfc0c676542d483cf391f678 /.gitignore
parent6bff42f4e56e7092878afda6c858b6a73b86b595 (diff)
add *.o and *.a to top level .gitignore
The cvs tree did not need these additions because cvs assumed a lot of C-style defaults for .cvsignore files. flex builds *.o object files in the course of compilation and *.a files are built as a part of the libraries that flex compiles in the build process.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4684cfa..3d37da7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ skel.c
stamp-*
config.rpath
ylwrap
+*.o
+*.a