forked from embox/embox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (49 loc) · 791 Bytes
/
.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
## Editors
# Sublime
/*.sublime-workspace
# Vim
*.sw[a-z]
.*.sw[a-z]
*~
/tags
## Build
/*.img
## Other
/.dep.inc
/.dropbox
/.tmp
/GNUmakefile
/build
/conf
/core
/dist
/.vscode
/download
mk/.cache
mk/GNUmakefile
/nbproject
scripts/continuous/fs/mountpoint
scripts/qemu/auto_qemu_my
scripts/qemu/beagle/bb_nandflash_ecc
scripts/qemu/debug_qemu
scripts/qemu/start_script_my
scripts/qemu/stop_script_my
scripts/qemu/tap_dev
scripts/expect/*.log
scripts/autotest/*.log
scripts/autotest/*.img
third-party/qt/.downloaded
third-party/qt/qt-everywhere-opensource-src-4.8.4.tar.gz
third-party/ti/ipc_1_24_00_16
third-party/ti/syslink_2_21_01_05
# Vagrant
/.vagrant
/*-console.log
# Idea and Cmake
.idea/
CMakeLists.txt
backup/
cmake-build-debug/
src/.idea/
src/CMakeLists.txt
src/cmake-build-debug/