From d383f2bcdb6ff13cc562fce1ff55d826035debad Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 6 Mar 2023 17:36:31 +0100 Subject: Simplify source tree Now just use make in the root directory to build. --- AT91SAM7S256/armdebug/.gitignore | 41 ---------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 AT91SAM7S256/armdebug/.gitignore (limited to 'AT91SAM7S256/armdebug/.gitignore') diff --git a/AT91SAM7S256/armdebug/.gitignore b/AT91SAM7S256/armdebug/.gitignore deleted file mode 100644 index 46f8223..0000000 --- a/AT91SAM7S256/armdebug/.gitignore +++ /dev/null @@ -1,41 +0,0 @@ -# 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/ - -# XCode build stuff -FantomModule/build/ -*mode1v3 -*pbxuser - -# SCons cruft -.sconsign.dblite -.sconf_temp -build_flags.py - -# Precommit hooks drop a commit.msg file if they fail. -commit.msg - -# The option-cache -scons.options - -# pyfantom related -pyfantom.py -- cgit v1.2.3