aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTC Wan2010-12-01 13:39:08 +0800
committerTC Wan2010-12-01 13:39:08 +0800
commit81cf690ce0be1ed2d18eab25b09433630025f60b (patch)
treed1ad65d869168ef54fe48b77fd152683f1dfba9e /.gitignore
new repository
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore40
1 files changed, 40 insertions, 0 deletions
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