summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTC Wan2010-12-02 10:23:37 +0800
committerTC Wan2010-12-02 10:23:37 +0800
commit825dba78c19d206f765a61506851a3cebf4cffb8 (patch)
treec324f868f387e688414179b6d39a06d88a4d4c51 /.gitignore
parente222748d4f2241b2b357c1dc6b1b734ebdde6525 (diff)
changed the license clause, misc cleanups
The armdebug project is now dual licensed to make it easier to integrate with the LEGO NXT firmware. You can choose either to use the GPLv2 or the LEGO Open Source License to integrate this into other projects. Misc cleanups: Removed types.h Moved Debugger Macros into its own file to improve readability. Added COPYING, LEGO license and GPL license texts.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 3 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index fb49c59..1435c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,17 +21,11 @@ MASTER-REPO_DO-NOT-DELETE
# 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
+.sconsign.dblite
+.sconf_temp
+build_flags.py
# Precommit hooks drop a commit.msg file if they fail.
commit.msg