Commit Graph

3 Commits

Author SHA1 Message Date
Eric-Paul Ickhorn fa818435a2
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.
2024-07-06 00:12:06 +02:00
Eric-Paul Ickhorn 4a835a0ece
Add private, build and vscode folder to .gitignore
The private folder is for convenience, for putting some files away and
for own TODO lists; generally for data which is related to the project
but shouldn't be committed.

The build folder contains intermediate/object files for building the
different stages; it should be ignored explicitly, even though the
file ending of all files marks the folder as ignored implicitly.
2024-07-06 00:12:06 +02:00
Eric-Paul Ickhorn aa09696218
Add .gitignore with binary executable files
This commit adds a basic .gitignore which only contains machine code
file endings; files which shouldn't be committed as they're better to
be distributed in other ways.
2024-07-06 00:02:38 +02:00