OSDN Git Service

大量変更… (こういう風に書くのは好ましくない〜)
[gikomona/GikoMona.git] / .gitignore
1 .*
2 !.gitignore
3 !.gitkeep
4
5 *~
6
7 # IDE settings
8 *.xcodeproj     # Xcode
9 /*/*.xcodeproj/
10 /*/*.xcodeproj/*.pbxproj
11 *.cbp           # code::blocks
12 *.vcproj        # Visual C++
13 *.vcxproj       # Visual C++
14
15 # emacs
16 \#*\#
17 /.emacs.desktop
18 /.emacs.desktop.lock
19 .elc
20 auto-save-list
21 tramp
22 .\#*
23
24 # Org-mode
25 .org-id-locations
26 *_archive
27
28 # vim
29 .*.s[a-w][a-z]
30 *.un~
31 Session.vim
32 .netrwhist
33
34 # build dir
35 bin/debug
36 bin/release
37 bin/test
38
39 # OS X hidden/temp files
40 .DS_Store
41 .AppleDouble
42 .LSOverride
43 Icon
44
45 # OS X Thumbnails
46 ._*
47
48 # files that might appear on external disk (OS X)
49 .Spotlight-V100
50 .Trashes
51
52 # User-specific project settings
53 *.mode1v3
54 *.mode2v3
55
56 # Windows image thumbnail file
57 Thumbs.db
58 ehthumbs.db
59
60 # Windows folder config file
61 Desktop.ini
62
63 # recycle Bin used on file shares (Windows)
64 $RECYCLE.BIN/
65
66 *.swp
67 *~.nib
68