comparison gitignore @ 0:36a9b3a28861

Add all dotfiles
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:20:32 +0100
parents
children 4ee5a11d8355
comparison
equal deleted inserted replaced
-1:000000000000 0:36a9b3a28861
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 ### SASS Ignores - "Sassy CSS" http://sass-lang.com/
30 *.sass-cache
31
32 ## RUBY
33
34 *.gem
35 *.rbc
36 .bundle
37 .config
38 coverage
39 InstalledFiles
40 lib/bundler/man
41 pkg
42 rdoc
43 spec/reports
44 test/tmp
45 test/version_tmp
46 tmp
47
48 # YARD artifacts
49 .yardoc
50 _yardoc
51 doc/
52
53 ## C
54
55 # Object files
56 *.o
57 *.ko
58
59 # Libraries
60 *.lib
61 *.a
62
63 # Shared objects (inc. Windows DLLs)
64 *.dll
65 *.so
66 *.so.*
67 *.dylib
68
69 # Executables
70 *.exe
71 *.out
72 *.app
73
74
75 # Latex Files
76 *.aux
77 *.log