You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
573 B
57 lines
573 B
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Build folder ignores
|
|
bin/
|
|
obj/
|
|
lib/
|
|
|
|
|
|
# Ignore documentation (can be autogenerated via doxygen)
|
|
docs/
|
|
|
|
# Ignore anything with the LOCAL prefix
|
|
LOCAL*
|
|
|
|
#
|
|
# My Workflow Ignores
|
|
#
|
|
|
|
# Codeblocks file ignores
|
|
*.layout
|
|
|
|
# Ignore sublime workspace
|
|
*.sublime-workspace
|
|
|
|
CppCheckResults.xml
|
|
ValgrindOut.xml
|
|
|
|
*.ycm_extra_conf.py
|
|
|
|
*.blend1
|