-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (42 loc) · 846 Bytes
/
.gitignore
File metadata and controls
46 lines (42 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.vscode
*.new
*.o
**/CMakeCache\.txt
**/.idea/
**/bin/
**/CMakeFiles/
**/DataStorm_examples/
**/CrdtComp_autogen/
**/*.cmake
**/*.cbp
**/*.bak
test/*.txt
etc/concurrent_operations_*
etc/change_attribute_*
etc/conflict_resolution_*
etc/delayed_start_*
etc/insert_remove_*
**/cmake-build-debug/
**/src/bin/
**/build/
**/cmake-build-release/
**/gprof2dot.py
**/out.folded
**/out.perf
**/*.svg
**/profile/
**/*.ice
**/*.OLD
!**/components/*/CMake*.txt
!**/components/*/src/CMake*.txt
**/Makefile
**/CMakeCache.txt
test/__pycache__/
components/crdt_rtps_dsr_tests/test_result.txt
components/crdt_rtps_dsr_tests/src/unittests/testfiles/write_empty_file.json
components/crdt_rtps_dsr_tests/src/unittests/testfiles/write_initial_dsr2.json
**/perf.data
**/__pycache__/
*cmake-build-default/
*cmake-build-debug/
components/graph_editor/src/3rd_party/*