ignore further files and folders
To avoid that some build time generated files and that addons folder will be listed in Git as uncommitted changes
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -25,6 +25,8 @@ lib/win/
|
||||
# misc build files
|
||||
obj
|
||||
.hbmk/
|
||||
*.hbr
|
||||
*.def
|
||||
|
||||
# misc junk
|
||||
.DS_Store
|
||||
@@ -42,3 +44,6 @@ obj
|
||||
|
||||
# packages
|
||||
/pkg/
|
||||
|
||||
# not hosted contribs
|
||||
/addons/
|
||||
Reference in New Issue
Block a user