From: Josef Schlehofer Date: Wed, 1 May 2024 07:11:01 +0000 (+0200) Subject: .gitignore: add initial version X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=eb8550d7607c0a583f795c606201d55e3d0ef879;p=openwrt-packages.git .gitignore: add initial version This file specifies files that Git should ignore while creating commit. Signed-off-by: Josef Schlehofer --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..5e2eb9a79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.o +.DS_Store +.*.swp +*.orig +*.rej +.vscode* +/.env +/.env.* +/*.patch