Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
evelikov committed Jan 9, 2024
1 parent c5c998e commit 2445aa7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dist/*
*.o
/dist
dkms
dkms.8
dkms_autoinstaller
dkms.service
kernel_install.d_dkms
kernel_postinst.d_dkms

0 comments on commit 2445aa7

Please sign in to comment.