From 81cf690ce0be1ed2d18eab25b09433630025f60b Mon Sep 17 00:00:00 2001 From: TC Wan Date: Wed, 1 Dec 2010 13:39:08 +0800 Subject: new repository --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb49c59 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Ignore tag +MASTER-REPO_DO-NOT-DELETE +*.lst +*.objdump +.DS_Store + +# Generally annoying things. +*.[oa] +*.pyc +*.bin +*.elf +*.rxe +*.map +*.orig +*.log +*~ +*.swp +\#*\# +.\#* + +# Python distutils creates this when building. +pynxt/build/ + +# Files generated during a NxOS build. +nxos/base/_font.h +nxos/doc/*/ + +# The TVM port has a whole SVN checkout not managed by hg. +nxos/systems/tvm/tvm/ + +# SCons cruft +nxos/.sconsign.dblite +nxos/.sconf_temp +nxos/build_flags.py + +# Precommit hooks drop a commit.msg file if they fail. +commit.msg + +# The option-cache +scons.options -- cgit v1.2.3