Merge pull request #2240 from GarageGames/Release_3_10_1
[Torque-3d.git] / .gitignore
blob0ddf3aba2d0f6e19ced805c28a46986aeb435b1c
1 #################
2 ## Eclipse
3 #################
5 *.pydevproject
6 .project
7 .metadata
8 bin/
9 tmp/
10 *.tmp
11 *.bak
12 *.swp
13 *~.nib
14 local.properties
15 .classpath
16 .settings/
17 .loadpath
19 # External tool builders
20 .externalToolBuilders/
22 # Locally stored "Eclipse launch configurations"
23 *.launch
25 # CDT-specific
26 .cproject
28 # PDT-specific
29 .buildpath
32 #################
33 ## Visual Studio
34 #################
36 ## Ignore Visual Studio temporary files, build results, and
37 ## files generated by popular Visual Studio add-ons.
39 # User-specific files
40 *.suo
41 *.user
42 *.sln.docstates
43 *.sln
44 *.vcxproj
45 *.vcxproj.filters
46 *.vcproj
49 # Build results
50 [Dd]ebug/
51 [Rr]elease/
52 *_i.c
53 *_p.c
54 *.ilk
55 *.meta
56 *.obj
57 #*.pch
58 *.pdb
59 *.pgc
60 *.pgd
61 *.rsp
62 *.sbr
63 *.tlb
64 *.tli
65 *.tlh
66 *.tmp
67 *.vspscc
68 .builds
69 *.dotCover
70 *.dll
71 *.lib
72 *.exp
73 *.exe
76 ## TODO: If you have NuGet Package Restore enabled, uncomment this
77 #packages/
79 # Visual C++ cache files
80 ipch/
81 *.aps
82 *.ncb
83 *.opensdf
84 *.sdf
86 # Visual Studio profiler
87 *.psess
88 *.vsp
90 # ReSharper is a .NET coding add-in
91 _ReSharper*
93 # Installshield output folder
94 [Ee]xpress
96 # DocProject is a documentation generator add-in
97 DocProject/buildhelp/
98 DocProject/Help/*.HxT
99 DocProject/Help/*.HxC
100 DocProject/Help/*.hhc
101 DocProject/Help/*.hhk
102 DocProject/Help/*.hhp
103 DocProject/Help/Html2
104 DocProject/Help/html
106 # Click-Once directory
107 publish
109 # Others
110 [Bb]in
111 [Oo]bj
113 TestResults
114 *.Cache
115 ClientBin
116 stylecop.*
118 *.dbmdl
119 Generated_Code #added for RIA/Silverlight projects
121 # Backup & report files from converting an old project file to a newer
122 # Visual Studio version. Backup files are not needed, because we have git ;-)
123 _UpgradeReport_Files/
124 Backup*/
125 UpgradeLog*.XML
129 ############
130 ## Windows
131 ############
133 # Windows image file caches
134 Thumbs.db
136 # Folder config file
137 Desktop.ini
140 #############
141 ## Python
142 #############
144 *.py[co]
146 # Packages
147 *.egg
148 *.egg-info
149 dist
150 build
151 eggs
152 parts
155 sdist
156 develop-eggs
157 .installed.cfg
159 # Installer logs
160 pip-log.txt
162 # Unit test / coverage reports
163 .coverage
164 .tox
166 #Translations
167 *.mo
169 #Mr Developer
170 .mr.developer.cfg
172 # Mac
173 .DS_Store
175 #############
176 ## Torque
177 #############
178 *.dso
179 console.log
180 *.cached.dts
181 !Engine/bin
182 My Projects/
183 Project Manager.exe
184 projects.xml
185 Qt*.dll