Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7a70ab8

Browse files
committed
Ignore generatable and buffer files
1 parent a8e4d2f commit 7a70ab8

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

.gitignore

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
### https://raw.github.com/github/gitignore/master/Global/OSX.gitignore
2+
3+
.DS_Store
4+
.AppleDouble
5+
.LSOverride
6+
7+
# Icon must end with two \r
8+
Icon
9+
10+
# Thumbnails
11+
._*
12+
13+
# Files that might appear on external disk
14+
.Spotlight-V100
15+
.Trashes
16+
17+
# Directories potentially created on remote AFP share
18+
.AppleDB
19+
.AppleDesktop
20+
Network Trash Folder
21+
Temporary Items
22+
.apdisk
23+
24+
25+
### https://raw.github.com/github/gitignore/master/Global/Emacs.gitignore
26+
27+
# -*- mode: gitignore; -*-
28+
*~
29+
\#*\#
30+
/.emacs.desktop
31+
/.emacs.desktop.lock
32+
*.elc
33+
auto-save-list
34+
tramp
35+
.\#*
36+
37+
# Org-mode
38+
.org-id-locations
39+
*_archive
40+
41+
# flymake-mode
42+
*_flymake.*
43+
44+
# eshell files
45+
/eshell/history
46+
/eshell/lastdir
47+
48+
# elpa packages
49+
/elpa/
50+
51+
# reftex files
52+
*.rel
53+
54+
# AUCTeX auto folder
55+
/auto/
56+
57+
58+
### https://raw.github.com/github/gitignore/master/Ruby.gitignore
59+
60+
*.gem
61+
*.rbc
62+
/.config
63+
/coverage/
64+
/InstalledFiles
65+
/pkg/
66+
/spec/reports/
67+
/test/tmp/
68+
/test/version_tmp/
69+
/tmp/
70+
71+
## Specific to RubyMotion:
72+
.dat*
73+
.repl_history
74+
build/
75+
76+
## Documentation cache and generated files:
77+
/.yardoc/
78+
/_yardoc/
79+
/doc/
80+
/rdoc/
81+
82+
## Environment normalisation:
83+
/.bundle/
84+
/lib/bundler/man/
85+
86+
# for a library or gem, you might want to ignore these files since the code is
87+
# intended to run in multiple environments; otherwise, check them in:
88+
# Gemfile.lock
89+
# .ruby-version
90+
# .ruby-gemset
91+
92+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
93+
.rvmrc
94+
95+
96+
### https://raw.github.com/github/gitignore/master/Jekyll.gitignore
97+
98+
_site/
99+
vendor/
100+

0 commit comments

Comments
 (0)