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.
63 lines
525 B
63 lines
525 B
*.user
|
|
*.ncb
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
.#*
|
|
*~
|
|
*.bak
|
|
ipch/
|
|
autom4te.cache/
|
|
objdir*/
|
|
Win32/
|
|
x64/
|
|
build/
|
|
.vscode/
|
|
|
|
docs/log4cplus-*/
|
|
docs/webpage_docs-*/
|
|
|
|
.idea
|
|
|
|
# LaTeX/PDF produciton byproducts
|
|
*.aux
|
|
*.log
|
|
*.tex
|
|
*.toc
|
|
*.xwm
|
|
*.pdf
|
|
*.ref_rename_step
|
|
|
|
# Compiler produced temporaries
|
|
*.s
|
|
*.ii
|
|
|
|
# Patches
|
|
*.patch
|
|
*.diff
|
|
|
|
#
|
|
# From Github's C++.gitignore:
|
|
#
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|