-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
127 lines (123 loc) · 2.17 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Ignore all files
/*
# Except for thing starting with dots in the home directory.
!/.*
# But do ignore the dotfiles repo to avoid recursion issues
/.dotfiles/
# And also ignore any git directory.
*.git/
# Ignore temporary files generated by text editors
*~
#vim swap files
.*.sw?
.sw?
# Also ignore various temporary, frequently changing, or machine-specific files
/.apptainer/
/.aptitude/
/.aspell.en.*
/.azcopy/
/.bash_history
/.cache/
/.cargo/
/.ccache/
/.cinnamon/
/.cmake/
/.config/dconf/
/.config/evince/
/.config/gtk-*.0/
/.config/htop/htoprc
/.config/ibus/
/.config/libreoffice/
/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu
/.config/nvim/plugin/packer_compiled.lua
/.config/pulse/
/.config/Thunar/
/.config/xfce4/
/.config/xubuntu/
/.dbus/
/.debug/
/.dmrc
/.dropbox-dist/
/.dropbox/
/.gconf/
/.gksu.lock
/.gnome/
/.gnupg/
/.ICEauthority
/.ipython/
/.ivy2/
/.java/
/.kde/
/.lesshsQ
/.lesshst
/.local/bin/
/.local/etc/jupyter/
/.local/include/python*
/.local/lib/python*
/.local/man/
/.local/share/.cpan/
/.local/share/applications/
/.local/share/containers/
/.local/share/desktop-directories/
/.local/share/gvfs-metadata/
/.local/share/jupyter/
/.local/share/man/
/.local/share/meld/
/.local/share/nvim/rplugin.vim
/.local/share/nvim/shada/
/.local/share/nvim/site/pack/packer/start/*/
!/.local/share/nvim/site/pack/packer/start/packer.nvim
/.local/share/nvim/swap/
/.local/share/nvim/telescope_history
/.local/share/nvim/undo/
/.local/share/recently-used.xbel
/.local/share/tracker/
/.local/share/virtualenv/
/.macromedia/
/.matlab/
/.mozilla/
/.mysql_history
/.nv/
/.opam/
/.oracle_jre_usage/
/.parallel/tmp/
/.pip/
/.pki/nssdb/
/.puppet/
/.pyenv/
/.pylint.d/
/.python_history
/.rustup/
/.singularity/
/.slocdata/
/.smartgit/
/.snapshot*
/.ssh/authorized_keys*
/.ssh/id_*
/.ssh/keys/
/.ssh/known_hosts*
/.ssh/private/
/.ssh/README
/.subversion/
/.swt/
/.vbox_version
/.vboxclient-*.pid
/.vim/.netrwhist
/.vim/spell/*.spl
/.viminfo
/.vnc
/.vscode-cpptools/
/.vscode-server/
/.wget-hsts
/.Xauthority
/.XIC.lock
/.Xilinx/
/.xinputrc
/.xorgxrdp.*.log
/.xorgxrdp.*.log.old
/.xsession-errors
# These are generated by my dotfiles:
/.*_x_env.sh
/.*_x_env.sh.bak
/.ssh/*_env.sh
/.bash/histories/*