-
Notifications
You must be signed in to change notification settings - Fork 76
/
.gitignore
83 lines (69 loc) · 1006 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.*
!.gitignore
!.gitattributes
#
# Help file is generated from database
#
MUSHCLIENT.HLP
#
# These two directories are where the object and .exe files are generated
#
WinRel
WinDebug
#
# These two files are generated by MUSHclient during testing
#
mushclient_prefs.sqlite
MUSHclient.ini
#
# These two files are generated during the install, to generate localization files
#
all_files_list.txt
Localize_template.lua
#
# This searches all files for funny problems
#
find_non_standard_encoding.lua
#
# Compiler work files, editor backups, DLLs used for testing, etc.
#
*.ncb
*.plg
*.opt
*.aps
*.bak
*.dll
*.fon
*.po
*.GID
*.suo
*.clw
#
# Notes for me:
#
using_git.txt
#
# VS2005 user-specific project data
#
MUSHclient.vcproj.*
#
# VS2010 user-specific project data
#
MUSHclient.vcxproj.*
MUSHclient.sdf
MUSHclient.opensdf
ipch
#
# Help database (generated)
#
help.db
documentation_fixed.sql
#
# TinyGL stuff
#
TinyGL*
#
# temporary files
#
git_diff_output.txt
git_log_output.txt