-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (60 loc) · 761 Bytes
/
.gitignore
File metadata and controls
73 lines (60 loc) · 761 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.*.swp
.swp
.DS_Store
mp3.img
Makefile.dep
bootimg
gcc.dmg
gcc-strip.tar.gz
gcc-strip-nolink.tar.gz
student-distrib/cross
userland/newlib-2.2.0-1/**/*.cache/
i686-tedkos-ar
i686-tedkos-as
i686-tedkos-cc
i686-tedkos-gcc
i686-tedkos-ranlib
newlib-prefix/
userland/build-newlib/
softlinks
*.png.conv
mp3.vmdk
.vimrc
# If using osx-safe building, this file should be ignored
tedkos.img
# Ignore CTags files created by Atom
tags
.tags*
adventure
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
# Svn
.svn
# Youcompleteme
.ycm_extra_conf.py
.ycm_extra_conf.pyc