Skip to content

Update gitignore, add editorconfig#376

Merged
evelikov merged 2 commits intodkms-project:masterfrom
evelikov:trivia
Jan 9, 2024
Merged

Update gitignore, add editorconfig#376
evelikov merged 2 commits intodkms-project:masterfrom
evelikov:trivia

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 dkms-project:master Jan 9, 2024
@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