Last active
April 3, 2025 19:04
-
-
Save romuloceccon/659d34808d4b830a49be to your computer and use it in GitHub Desktop.
A .gitignore file for tracking the /etc directory with git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
*-old | |
*.cache | |
*.dpkg-dist | |
*.dpkg-bak | |
/*- | |
/*.org | |
/adjtime | |
/.pwd.lock | |
/mtab | |
/nologin | |
/cups/subscriptions.conf* | |
/ssl/certs/* | |
/apt/*.save | |
/apt/*.distUpgrade | |
/apt/apt.conf.d/01autoremove-kernels | |
/apt/sources.list.d/*.save | |
/apt/sources.list.d/*.distUpgrade | |
/init.d/.depend.* | |
/apparmor.d/cache | |
/alternatives | |
/aliases.db | |
/rc?.d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what about ssh folder?