source:
tspsg/.gitignore
@
445e1edd56
Last change on this file since 445e1edd56 was 445e1edd56, checked in by , 12 years ago | |
---|---|
|
|
File size: 228 bytes |
Rev | Line | |
---|---|---|
[445e1edd56] | 1 | # / |
2 | /*.idb | |
3 | /*.ncb | |
4 | /*.pdb | |
5 | /*.sln | |
6 | /*.suo | |
7 | /*.user | |
8 | /*.vcproj | |
9 | /Makefile* | |
10 | /build | |
11 | /debug | |
12 | /release | |
13 | /tmp | |
14 | ||
15 | # /docs/ | |
16 | /docs/html | |
17 | ||
18 | # /help/ | |
19 | /help/*.qch | |
20 | /help/*.qhc | |
21 | ||
22 | # /l10n/ | |
23 | /l10n/*.qm | |
24 | ||
25 | # /resources/ | |
26 | /resources/*.aps | |
27 | ||
28 | # /src/ | |
29 | /src/pch.h.cpp |
Note: See TracBrowser
for help on using the repository browser.