APUE course source code
guowenxue
6 hours ago 489b6a3c10ccaff0fd0de55b5030e2992d122a7b
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
# git ignore files/folders in the list
 
# ignore folders
install/
 
# ignore files
*.tar*
*.o
lib*.so*
lib*.a
iotd
 
# ctags files
cscope.*
tags
 
# running files
*.log
*.db
 
# openlibs
cJSON-*
mosquitto-*
libgpiod-*
openssl-*
sqlite-*