[ffigen] Add gitignores for IDEs and debuggers (#19)
diff --git a/pkgs/ffigen/.gitignore b/pkgs/ffigen/.gitignore index 57990d8..96f7b01 100644 --- a/pkgs/ffigen/.gitignore +++ b/pkgs/ffigen/.gitignore
@@ -5,6 +5,13 @@ .packages pubspec.lock +# IDE and debugger files. +.clangd +.gdb_history +.history +.vscode +compile_commands.json + # Directory created by dartdoc. # If you don't generate documentation locally you can remove this line. doc/api/