Jan Breuer
2017-08-16 4f960d20c76cb67e206a62f0e6c7608d75693ddc
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
# VIM/KDevelop Files
*.swp
*.kdev4
.kdev4/
*.kate-swp
 
# Object files
*.o
 
# Libraries
*.lib
*.a
 
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
 
# Executables
*.exe
*.out
*.app
*.test
examples/*/test
 
# Backup files
*~
/libscpi/obj/
/libscpi/dist/
 
/nbproject/
*.bak
 
# Code coverage files
*.gcno
*.gcda
*.gcov