comparison dot_gitignore @ 257:d726921aaabe

Clean start of dotfiles repo
author zegervdv <zegervdv@me.com>
date Thu, 21 May 2020 11:28:36 +0200
parents
children bd41aac927e6
comparison
equal deleted inserted replaced
-1:000000000000 257:d726921aaabe
1 ## OSX
2
3 .DS_Store
4 .AppleDouble
5 .LSOverride
6 Icon
7
8
9 # Thumbnails
10 ._*
11
12 # Files that might appear on external disk
13 .Spotlight-V100
14 .Trashes
15
16
17 ## LINUX
18
19
20 ## VIM
21
22 *.s[a-w][a-z]
23 !*.sch
24 *.un~
25 Session.vim
26 .netrwhist
27 tags
28 * ~
29
30 ### SASS Ignores - "Sassy CSS" http://sass-lang.com/
31 *.sass-cache
32
33 ## RUBY
34
35 *.gem
36 *.rbc
37 .bundle
38 .config
39 coverage
40 InstalledFiles
41 lib/bundler/man
42 pkg
43 rdoc
44 spec/reports
45 test/tmp
46 test/version_tmp
47 tmp
48
49 # YARD artifacts
50 .yardoc
51 _yardoc
52 doc/
53
54 ## C
55
56 # Object files
57 *.o
58 *.ko
59
60 # Libraries
61 *.lib
62 *.a
63
64 # Shared objects (inc. Windows DLLs)
65 *.dll
66 *.so
67 *.so.*
68 *.dylib
69
70 # Executables
71 *.exe
72 *.out
73 *.app
74
75
76 # Latex Files
77 *.aux
78 *.log
79 *.pdf
80
81 .rake_tasks
82
83 .sync
84
85 *.icloud