/ .gitignore
.gitignore
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 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 38 # qtcreator generated files 39 *.pro.user* 40 CMakeLists.txt.user* 41 42 # xemacs temporary files 43 *.flc 44 45 # Vim temporary files 46 .*.swp 47 48 # Visual Studio generated files 49 *.ib_pdb_index 50 *.idb 51 *.ilk 52 *.pdb 53 *.sln 54 *.suo 55 *.vcproj 56 *vcproj.*.*.user 57 *.ncb 58 *.sdf 59 *.opensdf 60 *.vcxproj 61 *vcxproj.* 62 63 # MinGW generated files 64 *.Debug 65 *.Release 66 67 # Python byte code 68 *.pyc 69 70 # Binaries 71 # -------- 72 *.dll 73 *.exe 74 75 .cache/ 76 .ccls-cache/ 77 .idea/ 78 .kdev4/ 79 .qt/ 80 .rcc/ 81 .zed/ 82 bin/ 83 build*/ 84 cmake-build-debug/ 85 **/qmldir 86 **/meta_types 87 **/qmltypes 88 **/*.qrc 89 CMakeCache.txt 90 *.kdev4