mods by mikerb Thu Feb 27 10:56:37 EST 2025
This commit is contained in:
60
.gitignore
vendored
Normal file
60
.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
## 1 - 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
|
||||
|
||||
|
||||
## 2 - MOOS
|
||||
|
||||
# Log files
|
||||
*.alog
|
||||
*.blog
|
||||
*.ylog
|
||||
*.klog
|
||||
*.moos++
|
||||
*._moos
|
||||
*._bhv
|
||||
targ_*
|
||||
.LastOpenedMOOSLogDirectory
|
||||
MOOSLog*/
|
||||
Log*/
|
||||
XLog*/
|
||||
|
||||
# Build dirs
|
||||
build/
|
||||
bin/
|
||||
lib/
|
||||
|
||||
# Temp files (emacs, etc)
|
||||
*#
|
||||
*~
|
||||
Reference in New Issue
Block a user