Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitignore, add editorconfig #376

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Update gitignore, add editorconfig #376

merged 2 commits into from
Jan 9, 2024

Conversation

evelikov
Copy link
Collaborator

@evelikov evelikov commented Dec 8, 2023

  • Update gitignore

Add all the .in files handled in the Makefile, drop never present binary
objects and adjust the to look at dist folder in the top directory.

Bits like temporary editor files - *~ *.swp or others - should be
handled by the end-user. There're dozen of editors and naming schemes
out there and adding all the variations to every project does not scale.

See man gitignore how to set local excludes.

  • Add editorconfig file

Trivial config file, which is supported by more or less every editor out
there - either natively or via a plugin.

Should make indentation glitches less common.

Add all the .in files handled in the Makefile, drop never present binary
objects and adjust the to look at dist folder in the top directory.

Bits like temporary editor files - *~  *.swp or others - should be
handled by the end-user. There're dozen of editors and naming schemes
out there and adding all the variations to every project does not scale.

See `man gitignore` how to set local excludes.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Trivial config file, which is supported by more or less every editor out
there - either natively or via a plugin.

Should make indentation glitches less common.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
@evelikov evelikov merged commit 3730cb4 into dell:master Jan 9, 2024
23 checks passed
@evelikov evelikov deleted the trivia branch January 9, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant