Skip to content

Commit

Permalink
Project Base
Browse files Browse the repository at this point in the history
Co-Authored-By: youssef Shaaban <85808789+youssef-shaban@users.noreply.github.com>
Co-Authored-By: Kamel Mohamed <82552737+KamelMoohamed@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 18, 2023
0 parents commit 9f6df7c
Show file tree
Hide file tree
Showing 37 changed files with 50,539 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# 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
build-Task1_CV-Desktop_Qt_6_2_2_MinGW_64_bit-Debug/

# 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

Loading

0 comments on commit 9f6df7c

Please sign in to comment.