2023-10-08 11:29:55 +00:00
|
|
|
cfg/
|
2023-06-09 16:15:53 +00:00
|
|
|
*.txt
|
|
|
|
main
|
|
|
|
.gdb_history
|
2023-06-07 06:08:12 +00:00
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/c++
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
|
|
|
|
|
|
|
|
### C++ ###
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/c++
|
|
|
|
|
2023-06-09 16:15:53 +00:00
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/codeblocks
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=codeblocks
|
|
|
|
|
|
|
|
### CodeBlocks ###
|
|
|
|
# specific to CodeBlocks IDE
|
|
|
|
*.layout
|
|
|
|
*.depend
|
|
|
|
*.cbp
|
|
|
|
# generated directories
|
|
|
|
bin/
|
|
|
|
obj/
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/codeblocks
|
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/kdevelop4
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=kdevelop4
|
|
|
|
|
|
|
|
### KDevelop4 ###
|
|
|
|
*.kdev4
|
|
|
|
.kdev4/
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/kdevelop4
|
|
|
|
|