mirror of
https://git.openwrt.org/feed/packages.git
synced 2025-12-20 01:20:12 +08:00
.gitignore: add initial version
This file specifies files that Git should ignore while creating commit. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
*.o
|
||||||
|
.DS_Store
|
||||||
|
.*.swp
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
.vscode*
|
||||||
|
/.env
|
||||||
|
/.env.*
|
||||||
|
/*.patch
|
||||||
Reference in New Issue
Block a user