forked from embox/embox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (54 loc) · 763 Bytes
/
.gitignore
File metadata and controls
57 lines (54 loc) · 763 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
45
46
47
48
49
50
51
52
53
54
55
56
57
## Editors
# Sublime
/*.sublime-workspace
# Vim
*.sw[a-z]
.*.sw[a-z]
*~
/tags
# Cscope
cscope.*
#QtCreator
embox.cflags
embox.config
embox.creator
embox.creator.user
embox.cxxflags
embox.files
embox.includes
## Build
/*.img
## Other
/.dep.inc
/.dropbox
/.tmp
/GNUmakefile
/build
/conf
/core
/dist
/work
/.vscode
/download
mk/.cache
mk/GNUmakefile
/nbproject
scripts/continuous/fs/mountpoint
scripts/qemu/beagle/bb_nandflash_ecc
scripts/expect/*.log
scripts/autotest/*.log
scripts/autotest/*.img
third-party/ti/ipc_1_24_00_16
third-party/ti/syslink_2_21_01_05
/ext_project
project/website/cmds/http_admin/cgi-bin/leds.txt
# Vagrant
/.vagrant
/*-console.log
# Idea and Cmake
.idea/
backup/
cmake-build-debug/
src/.idea/
src/CMakeLists.txt
src/cmake-build-debug/