Fix potential NULL deref and other minor changes
[libstring.git] / .gitignore
blobc11d66b0bbec7424fc33797f8a15bb09b3028cbd
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
38 # qtcreator generated files
39 *.pro.user*
41 # xemacs temporary files
42 *.flc
44 # Vim temporary files
45 .*.swp
47 # Visual Studio generated files
48 *.ib_pdb_index
49 *.idb
50 *.ilk
51 *.pdb
52 *.sln
53 *.suo
54 *.vcproj
55 *vcproj.*.*.user
56 *.ncb
57 *.sdf
58 *.opensdf
59 *.vcxproj
60 *vcxproj.*
62 # MinGW generated files
63 *.Debug
64 *.Release
66 # Python byte code
67 *.pyc
69 # Binaries
70 # --------
71 *.dll
72 *.exe
75 test/test