Add .gitignore with binaries and some folders
This commit adds a .gitignore file which includes a few common binary file extensions, dumps, the build-script's working folder, a private folder for convenience and an ignore for the VSCode editor's configuration folder.
This commit is contained in:
parent
0d49245a60
commit
fa818435a2
|
@ -8,6 +8,8 @@
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
*.dump
|
||||||
|
|
||||||
# Full ignored folders
|
# Full ignored folders
|
||||||
*.build/
|
*.build/
|
||||||
*.private/
|
*.private/
|
||||||
|
|
Loading…
Reference in New Issue