Do not ignore project code either

This commit is contained in:
Jeremy Rand 2015-07-18 00:13:14 -05:00
parent 99ce1197a6
commit 0726f818a2
1 changed files with 5 additions and 4 deletions

9
.gitignore vendored
View File

@ -34,10 +34,11 @@ compile_commands.json
# Directories to ignore (do not add trailing '/'s, they skip symlinks). # Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================# #==============================================================================#
# External projects that are tracked independently. # External projects that are tracked independently.
projects/* # Except I am going to integrate it for my WDC65816 repository...
!projects/sample #projects/*
!projects/CMakeLists.txt #!projects/sample
!projects/Makefile #!projects/CMakeLists.txt
#!projects/Makefile
# Clang, which is tracked independently. # Clang, which is tracked independently.
# Except I am going to integrate it for my WDC65816 repository... # Except I am going to integrate it for my WDC65816 repository...
# tools/clang # tools/clang