diff options
author | James Haley | 2010-09-10 01:53:57 +0000 |
---|---|---|
committer | James Haley | 2010-09-10 01:53:57 +0000 |
commit | 9f4c5a6ed4e490fb51aa207c2def75fcb2622584 (patch) | |
tree | 3f12bb085abcd77e071091bcd431e6c376288397 /.gitignore | |
parent | 120d90c67b2a4aa0a8883c4897241dee2222acd2 (diff) | |
download | chocolate-doom-9f4c5a6ed4e490fb51aa207c2def75fcb2622584.tar.gz chocolate-doom-9f4c5a6ed4e490fb51aa207c2def75fcb2622584.tar.bz2 chocolate-doom-9f4c5a6ed4e490fb51aa207c2def75fcb2622584.zip |
Post-merge fixes: Created project for OPL library. Fixed OPL library to
not use GNU C-isms such as inline keyword, declaration/statement mixing,
and strange calling convention syntax for import function pointers.
Fixed critical buffer overflow in M_BindChatControls - should be
back-merged immediately. Added autogenerated directories *back* to
ignore list.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2052
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,21 +1,24 @@ -Makefile.in -Makefile -INSTALL CMDLINE -autotools +INSTALL +Makefile +Makefile.in +TAGS aclocal.m4 -configure +autom4te.cache +autotools +bin +config.h config.hin config.log config.status -config.h -autom4te.cache +configure +lib +obj rpm.spec stamp-h stamp-h.in stamp-h1 tags -TAGS # These are the default patterns globally ignored by Subversion: *.o |