]> git.mar77i.info Git - bigintmandel/blob - .gitignore
make zoom_factor part of MandelSettings
[bigintmandel] / .gitignore
1
2 # .gitignore
3 #
4 # This file is covered by the LICENSE file in the root of this project.
5 #
6 # This file is used to ignore files which are generated
7 # ----------------------------------------------------------------------------
8
9 *~
10 *.autosave
11 *.a
12 *.core
13 *.moc
14 *.o
15 *.obj
16 *.orig
17 *.rej
18 *.so
19 *.so.*
20 *_pch.h.cpp
21 *_resource.rc
22 *.qm
23 .#*
24 *.*#
25 core
26 !core/
27 tags
28 .DS_Store
29 .directory
30 *.debug
31 Makefile*
32 *.prl
33 *.app
34 moc_*.cpp
35 ui_*.h
36 qrc_*.cpp
37 Thumbs.db
38 *.res
39 *.rc
40 /.qmake.cache
41 /.qmake.stash
42
43 # qtcreator generated files
44 *.pro.user*
45 CMakeLists.txt.user*
46
47 # xemacs temporary files
48 *.flc
49
50 # Vim temporary files
51 .*.swp
52
53 # Visual Studio generated files
54 *.ib_pdb_index
55 *.idb
56 *.ilk
57 *.pdb
58 *.sln
59 *.suo
60 *.vcproj
61 *vcproj.*.*.user
62 *.ncb
63 *.sdf
64 *.opensdf
65 *.vcxproj
66 *vcxproj.*
67
68 # MinGW generated files
69 *.Debug
70 *.Release
71
72 # Python byte code
73 *.pyc
74
75 # Binaries
76 # --------
77 *.dll
78 *.exe
79
80 # Build directories
81 # -----------------
82 build-*/
83 build/