58 lines
616 B
Plaintext
58 lines
616 B
Plaintext
# Log files
|
|
*.log
|
|
|
|
# Staging Folder
|
|
staging/
|
|
|
|
# Project Folder (at least for now)
|
|
.idea
|
|
|
|
# Compiled Binaries and Images
|
|
*.bin
|
|
*.efi
|
|
*.img
|
|
*.iso
|
|
|
|
# Compile Commands
|
|
compile_commands.json
|
|
|
|
# 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
|
|
|
|
# for projects that use SCons for building: http://http://www.scons.org/
|
|
.sconsign.dblite
|
|
|
|
# When configure fails, SCons outputs these
|
|
config.log
|
|
.sconf_temp
|