Ludovic PLATON

Add gitignore file

1 +# This file is used to ignore files which are generated
2 +# ----------------------------------------------------------------------------
3 +
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 +*.prl
27 +*.app
28 +moc_*.cpp
29 +ui_*.h
30 +qrc_*.cpp
31 +Thumbs.db
32 +*.res
33 +*.rc
34 +/.qmake.cache
35 +/.qmake.stash
36 +
37 +# qtcreator generated files
38 +*.pro.user*
39 +
40 +# xemacs temporary files
41 +*.flc
42 +
43 +# Vim temporary files
44 +.*.swp
45 +
46 +# Visual Studio generated files
47 +*.ib_pdb_index
48 +*.idb
49 +*.ilk
50 +*.pdb
51 +*.sln
52 +*.suo
53 +*.vcproj
54 +*vcproj.*.*.user
55 +*.ncb
56 +*.sdf
57 +*.opensdf
58 +*.vcxproj
59 +*vcxproj.*
60 +
61 +# MinGW generated files
62 +*.Debug
63 +*.Release
64 +
65 +# Python byte code
66 +*.pyc
67 +
68 +# Binaries
69 +# --------
70 +*.dll
71 +*.exe
72 +