This is what I have so far:
obj/
bin/
Anything else?
You can use this:
*.layout
*.depend
bin/
obj/
See: https://www.gitignore.io/api/codeblocks
GitHub has some gitignore files to get a project started. For a C++-Project they have the following .gitignore
file: (C++.gitignore)
# 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
You can find the whole repository with many other languages here: https://github.com/github/gitignore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With