Convert .fossil-settings/ignore-glob to .gitignore
This commit is contained in:
parent
25edf21d2c
commit
6c6061e38e
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
*.cfg
|
|
||||||
build
|
|
||||||
data
|
|
||||||
packages
|
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*.cfg
|
||||||
|
/build
|
||||||
|
/data
|
||||||
|
/packages
|
Loading…
Add table
Add a link
Reference in a new issue