From 0726f818a25effb2937c597c55b945756c4e0d53 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 18 Jul 2015 00:13:14 -0500 Subject: [PATCH] Do not ignore project code either --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3ffe1449..b9817f21 100644 --- a/.gitignore +++ b/.gitignore @@ -34,10 +34,11 @@ compile_commands.json # Directories to ignore (do not add trailing '/'s, they skip symlinks). #==============================================================================# # External projects that are tracked independently. -projects/* -!projects/sample -!projects/CMakeLists.txt -!projects/Makefile +# Except I am going to integrate it for my WDC65816 repository... +#projects/* +#!projects/sample +#!projects/CMakeLists.txt +#!projects/Makefile # Clang, which is tracked independently. # Except I am going to integrate it for my WDC65816 repository... # tools/clang