KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_init_handler.cpp File Reference
#include "git_init_handler.h"
#include "git_backend.h"
#include <git/kicad_git_common.h>
#include <git/kicad_git_memory.h>
#include <trace_helpers.h>
#include <set>
#include <wx/ffile.h>
#include <wx/filename.h>
#include <wx/log.h>
#include <wx/tokenzr.h>

Go to the source code of this file.

Functions

static void ensureProjectGitignore (const wxString &aProjectPath)
 

Function Documentation

◆ ensureProjectGitignore()

static void ensureProjectGitignore ( const wxString & aProjectPath)
static

Definition at line 40 of file git_init_handler.cpp.

Referenced by GIT_INIT_HANDLER::InitializeRepository().