-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
80 lines (66 loc) · 1.01 KB
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
## Alire
alire
config
## Editor backup files
#
*.bak
*\~
## Build artifacts
#
*.ali
*.a
*.o
*-loc.xml
.clang-format
.clangd
build
test/test_ashell
test/ashell/test_ashell
Shell.log
## Logs
#
aShell_spawn_Server.error_log
commands.log
shell.log
aShell_spawn_Server.log
aShell_spawn_Client.log
test.log
## Binaries
#
test_all
test_all_core
test_all_safe_commands
test_all_unsafe_commands
test_command_error
test_command_output_to_string
test_iterate_directory
test_iterate_tree
test_nonblocking_pipe
test_pipe_output_to_string
test_piped_processes
test_pipeline_error
test_pipeline_output
test_wait_on_process
test_concurrent_commands
test_concurrent_pipelines
test_spawn_server
test_safe_pipeline_output
ashell_spawn_server
test_ashell
test_environment
test_command_input
test_max_processes
test_max_pipes
test_unsafe_command_input
test_unsafe_command_status
test_pipes
test_core
test_pause_resume
test_process_status
test_processes
test_safe_command_status
test_unused_safe_command
test_unused_unsafe_command
## Misc
#
attic