From d51888b639913ca227424d9d1d86085da301e4b7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 7 Jan 2002 05:02:03 +0000 Subject: [PATCH] fix up the .gitignore files that got accidently nuked in the previous commit --- .gitignore | 5 +++-- client/.gitignore | 1 + game/.gitignore | 1 + linux/.gitignore | 1 + qcommon/.gitignore | 1 + server/.gitignore | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09a79d8..b9937da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -quake2 -*.plg *.bce *.bcp *.opt +*.plg +.vimrc debugi386 +quake2 releasei386 diff --git a/client/.gitignore b/client/.gitignore index a438335..2cc377c 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1 +1,2 @@ *.d +.vimrc diff --git a/game/.gitignore b/game/.gitignore index a438335..2cc377c 100644 --- a/game/.gitignore +++ b/game/.gitignore @@ -1 +1,2 @@ *.d +.vimrc diff --git a/linux/.gitignore b/linux/.gitignore index 47a24a1..bdcee0e 100644 --- a/linux/.gitignore +++ b/linux/.gitignore @@ -1,5 +1,6 @@ *.d *.map +.vimrc debugi386 debugi386-glibc releasei386 diff --git a/qcommon/.gitignore b/qcommon/.gitignore index a438335..2cc377c 100644 --- a/qcommon/.gitignore +++ b/qcommon/.gitignore @@ -1 +1,2 @@ *.d +.vimrc diff --git a/server/.gitignore b/server/.gitignore index a438335..2cc377c 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1 +1,2 @@ *.d +.vimrc