OSDN Git Service

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