]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blob - .gitignore
Moved readme.txt to each of dsponly and arm+dsp examples folder.
[dense-linear-algebra-libraries/linalg.git] / .gitignore
1 # -- generic files to ignore --
3 # emacs backup files
4 *~
5 # vim backup files
6 *.swp
7 # NFS file
8 .nfs*
10 # -- compiler-related --
12 # object files
13 # NOTE: This will result in git also exluding the top-level obj directory
14 # since its only contents are .o files.
15 *.o
17 *.s
18 *.i
19 # static library archives
20 # NOTE: This will result in git also exluding the top-level lib directory
21 # since its only contents are .a files.
22 *.a
23 *.so
24 # test executables
25 *.x
26 *.pexe
27 *.nexe
28 *.js
29 # link map files
30 *.map
32 # -- build system files --
34 config.mk
36 # -- makefile fragments --
38 .fragment.mk
40 # -- misc. --
42 output.testsuite
44 .project
46 # Object files
47 *.o
48 *.ko
49 *.obj
50 *.elf
51 *.dsp_h
52 *.bc
54 # Dependency files
55 *.d
57 # Libraries
58 *.lib
59 *.a
60 *.la
61 *.lo
63 # Shared objects (inc. Windows DLLs)
64 *.dll
65 *.so
66 *.so.*
67 *.dylib
69 # Executables
70 *.exe
71 *.out
72 *.app
73 *.i*86
74 *.x86_64
75 *.hex
77 # MATLAB 
78 *.asv
80 # sratchpad file
81 doc/sratchpad
83 #eclipse files
84 .cproject