Update the ignores.

master
dak180 2010-10-05 23:42:50 -04:00
parent ab9711d877
commit 15db57f405
2 changed files with 19 additions and 0 deletions

3
.gitignore vendored
View File

@ -175,6 +175,9 @@ tools/qwzm/ui_qwzm.h
/pkg/dpkg/warzone2100/
# build folders
/macosx/build/
/macosx/external/
/macosx/prebuilt/
/build
/build_*/
/2.3

16
.hgignore Normal file
View File

@ -0,0 +1,16 @@
# Mac clutter
syntax: glob
.DS_Store
Icon?
._*
# git clutter
.git/*
# General Build Stuff
src/autorevision.h
# Mac Build Stuff
macosx/build/*
macosx/external/*
macosx/prebuilt/*