mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2025-08-05 19:25:02 +00:00
Do not ignore project code either
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user