Update gitignore
Updates the gitignore to preserve the Testing/dst directory but not its contents. This will make my "testing" easier on other systems TODO: write some kind of tests.
This commit is contained in:
parent
99b18e6a84
commit
a04f57fcfc
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
## Ignore dst contents except gitkeep
|
||||
Testing/dst/*
|
||||
!Testing/dst/.gitkeep
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user