forked from HydraIRC/hydrairc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (45 loc) · 1.36 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
# 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/*
HydraIRC/libs/libxml2-dev/*
# Ignore VS Autogenerated Files
*.ipch
*.opensdf
*.aps
*.sdf
*.vcxproj.user
*.ncb
*.suo
*.v11.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