Skip to content
Snippets Groups Projects
.gitignore 807 B
Newer Older
/build/*
!/build/.gitkeep
!.gitkeep
!.gitignore
Raphael Grimm's avatar
Raphael Grimm committed
.idea
source/*/Test.h

// ignore Aron files
*.aron.generated.h
*.swp
.*.kate-swp
.*.swo
*.pyc
Raphael Grimm's avatar
Raphael Grimm committed
*.orig

.DS_Store
CMakeFiles
CMakeCache.txt
CMakeLists.txt.user*
*.autosave
Raphael Grimm's avatar
Raphael Grimm committed
*~
# eclipse stuff
.project
.pydevproject
.settings
.metadata
.cproject
.project

# MemoryX
.cache
mongod.log*
data/db/
data/dbdump/

Raphael Grimm's avatar
Raphael Grimm committed
# Test files
*.roundtriptest

# Generated Scenario Files
Raphael Grimm's avatar
Raphael Grimm committed
startScenario.sh
stopScenario.sh
ttyACM*.js
ttyACM*.log
datapath*.cfg
*.icegrid.xml
andreeatulbure's avatar
andreeatulbure committed
data/RobotAPI/logs
Raphael Grimm's avatar
Raphael Grimm committed
worktree/

etc/python/armarx.egg-info/
etc/python/build/*
etc/python/dist/*

.cmake/api/v1/query/cache-v2
.cmake/api/v1/query/codemodel-v2
.cmake/api/v1/query/cmakeFiles-v1

# ArViz Recordings
data/RobotAPI/ArVizStorage/
Raphael Grimm's avatar
Raphael Grimm committed

Fabian Reister's avatar
Fabian Reister committed
.vscode/