From 04b8d4eb342812a82bd0acf5c4c0279aad53b7a3 Mon Sep 17 00:00:00 2001 From: liuk7071 Date: Mon, 24 Jul 2023 16:44:13 +0200 Subject: [PATCH] Better .gitignore --- .gitignore | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d163863..6e647a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,59 @@ -build/ \ No newline at end of file +# Visual Studio files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates +*.userprefs + +#Clion Files +.idea/ +cmake-build-*/ + +Debug/ +Release/ +ReleaseWithClangCL/ +Enabled/ +Disabled/ +build/ + +.vs/ +.vscode/*.log + +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +vsprojects/packages + +.Trash-1000/ + +# Linux files +*.o +*.dep +*.mcd + +# FastBuild and msfastbuild stuff +*.bff +*.fdb +fb.bat + +# macos files +.DS_store + +# IDA database files +*.id0 +*.id1 +*.nam +*.til +*.idb + +# Games / executables +*.elf +*.bin \ No newline at end of file