1# suppress compiler/linker output
2*.[oa]
3Debug/
4Release/
5
6# special MS Visual Studio section
7# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
8*.ncb
9# ignore user specific settings
10*.user
11*.suo
12
13# ignore stuff generated by "make manual" and "make poster"
14*.aux
15*.dvi
16*.idx
17*.lof
18*.log
19*.out
20*.toc
21*.ilg
22*.ind
23*.pdf
24