-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
48 lines (48 loc) · 1.49 KB
/
.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
# Ignore libxml2 while we're currently using the included distribution version before upgrading to newer
HydraIRC/libs/libxml2/*
# Ignore libxml2-old folder, where we save the previous version of libxml
HydraIRC/libs/libxml2-old/*
# Ignore VS Autogenerated Files
*.ipch
*.opensdf
*.aps
*.sdf
*.vcxproj.user
HydraIRC.ncb
HydraIRC.suo
# Ignore user/machine specific autogenerated project files
*.vcproj.*.user
# Ignore debug build files
HydraIRC/Debug/*
HydraIRC/Plugins/Alias/Debug/*
HydraIRC/Plugins/Uptime/Debug/*
HydraIRC/Plugins/WinAMP/Debug/*
HydraIRC/Libs/HydraIRCPlugin/Debug/*
HydraIRC/Plugins/Default/Debug/*
# Ignore compiled plugins
HydraIRC/Plugins/WinAMP.dll
HydraIRC/Plugins/Alias.dll
HydraIRC/Plugins/Default.dll
HydraIRC/Plugins/Uptime.dll
HydraIRC/Plugins/Alias/Release/*
HydraIRC/Plugins/Default/Release/*
HydraIRC/Plugins/Uptime/Release/*
HydraIRC/Plugins/WinAMP/Release/*
HydraIRC/Plugins/Alias/x64/Release/*
HydraIRC/Plugins/Default/x64/Release/*
HydraIRC/Plugins/Uptime/x64/Release/*
HydraIRC/Plugins/WinAMP/x64/Release/*
# Ignore release build artifacts and object files
HydraIRC/Release/*
HydraIRC/x64/Release/*
HydraIRC/libs/HydraIRCPlugin/release/*
HydraIRC/libs/HydraIRCPlugin/x64/release/*
Distribution/Release/HydraIRC_Log.txt
Distribution/Debug Files/Release/*
Distribution/Debug Files/Debug/*
Distribution/Release/Profile_Default.xml
Distribution/Release/HydraIRC.exe
Distribution/Release/plugins/*.dll
Distribution/Release/CHANGES.TXT
Distribution/Release/TODO.TXT
Distribution/Release/Docs.htm