Last active
April 15, 2023 06:11
-
-
Save Yousha/e8a55edcdf1e263867604cb51d897f9b to your computer and use it in GitHub Desktop.
.gitignore for GNU+Linux root filesystem to track changes.
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
/dev/ | |
/lost+found/ | |
/proc/ | |
/mnt/ | |
/media/ | |
/var/cache/nscd/hosts | |
/var/cache/nscd/passwd | |
/media/user/ | |
/var/cache/nscd/group | |
/root/.cache/ | |
/root/.mozilla/firefox/ | |
/root/.local/share/Trash/ | |
/run/systemd/journal/streams/* | |
/run/utmp | |
/root/.local/share/gvfs-metadata/ | |
/root/.config/Mousepad/* | |
/root/.config/dconf/user | |
/root/.bash_history | |
/root/Downloads/ | |
/root/.Xauthority | |
/root/.config/git/gitk | |
/root/.xsession-errors | |
/root/.config/xfce4/desktop/ | |
/root/.dbus/ | |
/home/user/.cache/ | |
/home/user/.mozilla/firefox/ | |
/home/user/.local/share/Trash/ | |
/home/user/.local/share/gvfs-metadata/ | |
/home/user/.config/dconf/user | |
/home/user/.bash_history | |
/home/user/Downloads/ | |
/home/user/.Xauthority | |
/home/user/.config/xfce4/desktop/ | |
/home/user/.dbus/ | |
/var/lib/NetworkManager/timestamps | |
/root/.local/share/recently-used.xbel | |
/run/syslogd.cache | |
/run/user/0/dconf/user | |
/run/udev/data/ | |
/run/udev/watch/ | |
/run/media/root/ | |
/run/elogind/ | |
/run/user/ | |
/var/cache/ldconfig/aux-cache | |
/run/root/ | |
/sys/ | |
/tmp/ | |
/var/log/ | |
/etc/adjtime | |
/etc/random-seed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment