]> granicus.if.org Git - flex/commit
add *.o and *.a to top level .gitignore
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Jul 2012 00:52:30 +0000 (20:52 -0400)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 23 Jul 2012 00:52:30 +0000 (20:52 -0400)
commit6bf454f9c5ebe6329917f612803b67df6ad06fbd
tree2aa6782585227574dfc0c676542d483cf391f678
parent6bff42f4e56e7092878afda6c858b6a73b86b595
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.
.gitignore