-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
326 lines (285 loc) Β· 7.95 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
#----------------------------
# ~ .gitignore ~ for Chris Jones dotfiles
# url: https://github.com/ipatch/dotfiles
# github: @ipatch
# twitter: @truckmonth
#-
#----------------------------
# Vim & Neovim ignore tmp files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
vim/*.swp
**/.swp # ignore all and any `.swp` files within this repo
**/.tmp.*
**.tmp
**/.tmp.a
**/.undo
**/.un*
**/*.un~
# NOTE: ipatch, possible work around, name session files with a `.svim`
# ...so they don't get caught up in a `.vim` catch all trap
**/*.svim
# vim & neovim / minpac / Ignore bundled packages, ie. minpac Vim plugins
!/editors/vim/vim/pack/.gitkeep
!/editors/vim/vim/pack/minpac/.gitkeep
editors/vim/vim/pack/minpac/opt/*
!/editors/vim/vim/pack/minpac/opt/.gitkeep
editors/vim/vim/pack/minpac/start/*
!/editors/vim/vim/pack/minpac/start/.gitkeep
# Ignore `.netrwhist` netrw - file explorer histories, Vim & Neovim
editors/vim/vim/.netrwhist
config/nvim/.netrwhist
# NOTE: legacy for vim-plug
editors/vim/vim/bundle/*
# Vim & Neovim tmp files & dirs
!/editors/vim/vim/tmp/.gitkeep
editors/vim/vim/tmp/backup/*
!/editors/vim/vim/tmp/backup/.gitkeep
# Ignore session files for Vim & Neovim
editors/vim/vim/tmp/sessions/*
!/editors/vim/vim/tmp/sessions/.gitkeep
editors/vim/vim/tmp/swap/*
!/editors/vim/vim/tmp/swap/.gitkeep
editors/vim/vim/tmp/undo/*
!/editors/vim/vim/tmp/undo/.gitkeep
# Ignore view files generated by Vim & Neovim
editors/vim/vim/tmp/views/*
!/editors/vim/vim/tmp/views/.gitkeep
editors/vim/vim/tmp/viminfo
# Neovim - python related files for neovim-remote
jobs/bin/easy_install
jobs/bin/easy_install-3.6
jobs/bin/easy_install-2.7
jobs/bin/nvr
#-----------------------------
# tags -- universal-ctags
#-
# Ignore `tags` file generated by `ctags` / `homebrew-universal-ctags`
**/tags
tags
**.tags
#*tags
!/editors/ctags
!/config/git/git-templates/hooks/ctags # tpope to the rescue
!/config/git/git-templates/hooks/.gitkeep
#-----------------------------
# vscode
#--
# Ignore vscode project files
**/.vscode
!editors/vscode-oss/argv.json
# DOES NOT WORK WITH leading dot ie. `./editors`
/editors/vscode-oss/extensions/*
editors/vscode-oss/extensions/extensions.json
!editors/vscode-oss/extensions/.gitkeep
# Ignore those pesky macOS .DS_Store files recursively throughout repo
**/.DS_Store
**/*.bkup
#-----------------------------
# weechat
#-
#
# Ignore all files with extension `weechatlog` recurisvely in all directories
**/.weechatlog
config/irc-clients/weechat/weechat.log
config/irc-clients/weechat/logs/*
config/irc-clients/weechat/logs/*.weechatlog
!/config/irc-clients/weechat/logs/.gitkeep
config/irc-clients/weechat/xfer/*
!/config/irc-clients/weechat/xfer/.gitkeep
#
config/irc-clients/weechat/localhost/**
#
config/irc-clients/weechat/irc.conf
config/irc-clients/weechat/weechat.conf
config/irc-clients/weechat/sec.conf
config/irc-clients/weechat/plugins.conf
#-----------------------------
# Fish shell
#-
# Ignore fishd.<hash-files>
config/fish/fishd.*
# `fish_variables` > fish shell's new `fishd.*` uni vars file
config/fish/fish_variables
**/fish_history
**/fish_read_history
**/generated_completions/
config/fish/fisher/completions/*
!config/fish/fisher/completions/.gitkeep
config/fish/fisher/conf.d/*
!config/fish/fisher/conf.d/.gitkeep
config/fish/fisher/functions/*
!config/fish/fisher/functions/.gitkeep
config/fish/interactive/private-env-vars.fish
config/fish/private-env-vars.fish
#-----------------------------
# mpv
#-
# Ignore all files within the watch_later dir for mpv
# **/config/mpv/watch_later/
# Ignore `watch_later` directory from mpv
config/mpv/watch_later/*
!config/mpv/watch_later/.gitkeep
config/mpv/mpv_history.log
# a file to store the size / scale of the mpv window
config/mpv/window_size.conf
config/mpv/window_position.txt
config/mpv/window_attributes.txt
config/mpv/scripts/launch.json
#-----------------------------
# GIMP
#-
config/GIMP/2.10/themes/*
!config/GIMP/2.10/.gitkeep
#-----------------------------
# INKSCAPE
#-
config/inkscape/extension-errors.log
# changes to frequently
config/inkscape/preferences.xml
jobs/bin/inkscape
jobs/bin/inkview
#-----------------------------
# FreeCad
#-
**/FreeCAD/cookies
**/FreeCAD/webdata/**
**/FreeCAD/webdatacache/**
**/FreeCAD/webdatapersistent/**
# the below file was updating too often
**/FreeCAD/user.cfg
##
**/FreeCAD/AddonManager/**
**/FreeCAD/Mod/**
!**/FreeCAD/Gui/Stylesheets/README.md
**/FreeCAD/Gui/Stylesheets/*.qss
**/FreeCAD/Gui/Stylesheets/*.orig
**/FreeCAD/Macro/**
!**/FreeCAD/Macro/.gitkeep
jobs/macOS/Users/mr-fancy/Library/Preferences/FreeCAD/user.cfg
#-----------------------------
# PrusaSlicer / Prusa Slicer
# NOTE: app setting files on macos are located within...
# $HOME/Library/Application Support/PrusaSlicer/
#-
**/PrusaSlicer/cache/**
**/PrusaSlicer/snapshots/**
**/PrusaSlicer/vendor/**
**/PrusaSlicer/sla_material/**
**/PrusaSlicer/sla_print/**
**/PrusaSlicer/PrusaSlicer.ini
**/PrusaSlicer/print/cr10pro.prusa.mod.full.3top3btm.ini
# below file(s) update too often for my liking
**/PrusaSlicer/PrusaSlicer.ini
**/PrusaSlicer/filament/**
**/PrusaSlicer/print/**
**/PrusaSlicer/printer/**
#-----------------------------
# GTK / gtk-mac-bundler
#-
jobs/bin/gtk-mac-bundler
#-----------------------------
# Blender
#-
config/Blender/2.79/config/recent-files.txt
config/Blender/2.8[0-9]*/config/recent-files.txt
config/Blender/2.8[0-9]*/config/bookmarks.txt
config/Blender/2.8[0-9]*/scripts/addons/**
!config/Blender/2.8[0-9]*/scripts/addons/.gitkeep
config/Blender/2.8[0-9]*/scripts/presets/operator/**
!config/Blender/2.8[0-9]*/scripts/presets/operator/.gitkeep
!config/Blender/2.8[0-9]*/config/.gitkeep
# Blender 2.9x config files
config/Blender/2.9[0-9]*/config/recent-files.txt
config/Blender/2.9[0-9]*/config/bookmarks.txt
config/Blender/2.9[0-9]*/scripts/addons/**
!config/Blender/2.9[0-9]*/scripts/addons/.gitkeep
config/Blender/2.9[0-9]*/scripts/presets/operator/**
!config/Blender/2.9[0-9]*/scripts/presets/operator/.gitkeep
!config/Blender/2.9[0-9]*/config/.gitkeep
config/Blender/2.9[0-9]*/config/userpref.blend
config/Blender/2.9[0-9]*/config/platform_support.txt
config/Blender/3.0[0-9]*/**
# ignore all blender 3.0 related settings
config/Blender/3.0/**
#---------------------------------
# macos / automator, workflows / apps
#--
jobs/macOS/Users/mr-fancy/automater/*.app/**
jobs/macOS/Users/mr-fancy/automater/*.app
#---------------------------------
# Python - pyenv
#-
lang/python/pyenv/**
# airpy tools for working with AirPort devices
jobs/bin/acp
jobs/bin/f2py
jobs/bin/f2py3
jobs/bin/f2py3.8
# python compile cache
**__pycache__
# TODO: why are python bins being installed in my `$HOME/jobs/bin` dir, π€·
jobs/bin/cygdb
jobs/bin/cython
jobs/bin/cythonize
jobs/bin/ttygif
#-----------------------------
# alacritty
##
config/alacritty/alacritty.macos.yml
# sym link OS based file after cloning dots
config/alacritty/alacritty.toml
#-----------------------------
# r2 a.k.a radare radare2
##
config/radare2/history
config/radare2/plugins/*
!config/radare2/plugins/.gitkeep
config/radare2/r2pm/*
!config/radare2/r2pm/.gitkeep
#-----------------------------
# tmux
##
terms/tmux/tmux/resurrect/*
!terms/tmux/tmux/resurrect/.gitkeep
terms/tmux/tmux/resurrect/last
terms/tmux/tmux/plugins/*
!terms/tmux/tmux/plugins/.gitkeep
terms/tmux/tmux.conf.d/nested-tmux
#-----------------------------
# crypto
##
config/asciinema/install-id
#-----------------------------
# build artifacts
##
**/*.o
#-----------------------------
# build artifacts / jhbuild
##
jobs/bin/jhbuild
#-----------------------------
# macOS / automation / karabiner & hammerspoon
config/karabiner/automatic_backups/*
jobs/macOS/Users/mr-fancy/hammerspoon/.cli.history
#-----------------------------
# ssh configuration files
#-
config/ssh/macos/config
config/ssh/config
!config/ssh/macos/.gitkeep
#-----------------------------
# tmp - ignore files
#-
# config/git/gitconfig
.gitsecret/keys/random_seed
!*.secret
.git/**
#----------------------------
# gnu+linux / printer / cups
#-
jobs/Linux/arch/etc/cups/
# track all files with a name of `.gitkeep`
!*.gitkeep