diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-11-24 08:30:18 +0100 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-11-24 08:30:18 +0100 |
commit | ebd10762c3ec399dac391a6d45526008ec90b8d9 (patch) | |
tree | bee2405102b49c2a7cb745ff18db99d61d09d018 /QtClient/.gitignore | |
parent | b0c562297ad257cc1a527f19be64ca30730e843f (diff) |
creation of a base Qt folder/project
Diffstat (limited to 'QtClient/.gitignore')
-rw-r--r-- | QtClient/.gitignore | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/QtClient/.gitignore b/QtClient/.gitignore new file mode 100644 index 0000000..fab7372 --- /dev/null +++ b/QtClient/.gitignore @@ -0,0 +1,73 @@ +# This file is used to ignore files which are generated +# ---------------------------------------------------------------------------- + +*~ +*.autosave +*.a +*.core +*.moc +*.o +*.obj +*.orig +*.rej +*.so +*.so.* +*_pch.h.cpp +*_resource.rc +*.qm +.#* +*.*# +core +!core/ +tags +.DS_Store +.directory +*.debug +Makefile* +*.prl +*.app +moc_*.cpp +ui_*.h +qrc_*.cpp +Thumbs.db +*.res +*.rc +/.qmake.cache +/.qmake.stash + +# qtcreator generated files +*.pro.user* + +# xemacs temporary files +*.flc + +# Vim temporary files +.*.swp + +# Visual Studio generated files +*.ib_pdb_index +*.idb +*.ilk +*.pdb +*.sln +*.suo +*.vcproj +*vcproj.*.*.user +*.ncb +*.sdf +*.opensdf +*.vcxproj +*vcxproj.* + +# MinGW generated files +*.Debug +*.Release + +# Python byte code +*.pyc + +# Binaries +# -------- +*.dll +*.exe + |