.gitignore: add initial version

This file specifies files that Git should ignore while creating
commit.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
pull/24057/head
Josef Schlehofer 2024-05-01 09:11:01 +02:00
parent 462bfd84e4
commit eb8550d760
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored 100644
View File

@ -0,0 +1,9 @@
*.o
.DS_Store
.*.swp
*.orig
*.rej
.vscode*
/.env
/.env.*
/*.patch