Remove an unused macro
[dsound-openal.git] / .gitignore
blob310bec2ecef0f4c357ebb6808f64df95d57f6f73
1 # This file is used to ignore files which are generated
2 # ----------------------------------------------------------------------------
4 *~
5 *.autosave
6 *.a
7 *.core
8 *.moc
9 *.o
10 *.obj
11 *.orig
12 *.rej
13 *.so
14 *.so.*
15 *_pch.h.cpp
16 *_resource.rc
17 *.qm
18 .#*
19 *.*#
20 core
21 !core/
22 tags
23 .DS_Store
24 .directory
25 *.debug
26 Makefile*
27 *.prl
28 *.app
29 moc_*.cpp
30 ui_*.h
31 qrc_*.cpp
32 Thumbs.db
33 *.res
34 *.rc
35 /.qmake.cache
36 /.qmake.stash
37 build*/
38 .kdev4/
40 # qtcreator generated files
41 *.pro.user*
42 CMakeLists.txt.user*
44 # xemacs temporary files
45 *.flc
47 # Vim temporary files
48 .*.swp
50 # Visual Studio generated files
51 *.ib_pdb_index
52 *.idb
53 *.ilk
54 *.pdb
55 *.sln
56 *.suo
57 *.vcproj
58 *vcproj.*.*.user
59 *.ncb
60 *.sdf
61 *.opensdf
62 *.vcxproj
63 *vcxproj.*
65 # MinGW generated files
66 *.Debug
67 *.Release
69 # Python byte code
70 *.pyc
72 # Binaries
73 # --------
74 *.dll
75 *.exe