++ ###
# 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

### CMake ###
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt

## Folders and custom rules
build
lib
bin

# Text editor temporary files
*~
*.autosave
*.swp

## Ros ignore stuff
CATKIN_IGNORE

## MATLAB stuff
*.mat

## Test Results


# Profiler Results
callgrind*

# clion project files
.idea/

# vscide project files
.vscode/

# git conflicts file
*.orig

# ignore log files
*.log

# ignore cmake build folder
cmake-build-*/

# python pyc files
*.pyc

# ctags file
.tags
