-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 817 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (37 loc) · 817 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
# Object files
*.o
*.d
*.gcda
*.gcno
# Executable
thread_safe_queue
unique_ptr_basics
*.out
fold-left-fold-right/fold-left-fold-right
integer-factorization/integer-factorization
map-with-unknown-key/map-with-unknown-key
multithread-sum/multithread-sum
oop-with-exception/oop-with-exception
parallel-integral-pi/parallel-integral-pi
parallel-transform/parallel-transform
pi-monte-carlo/pi-monte-carlo
pi/pi
prefix-sum/prefix-sum
ranges-find-in-vector-string/ranges-find-in-vector-string
rot47/rot47
smart-ptr/smart-ptr
sudoku-solver/sudoku-solver
thread-safe-queue/thread-safe-queue
unique-ptr-basics/unique-ptr-basics
views-zip-enumerate/views-zip-enumerate
virtual-interface/virtual-interface
# Generated reports
coverage/
# Backup files
*~
*.swp
# CMake / IDE files
CMakeFiles/
CMakeCache.txt
*.idea/
*.vscode/