Initial Commit
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
**/build/**
|
||||
**/builddir/**
|
||||
**/out/**
|
||||
|
||||
**/.cache/**
|
||||
**/.ccls-cache/**
|
||||
|
||||
**/.vs/**
|
||||
**/.idea/**
|
||||
**/.clangd/**
|
||||
|
||||
compile_commands.json
|
||||
|
||||
subprojects/*
|
||||
!subprojects/packagefiles
|
||||
|
||||
tags
|
||||
|
||||
**/.nvimrc
|
||||
|
||||
.doxygen
|
||||
Reference in New Issue
Block a user