gcontini
2019-11-10 1c18dbea1cbd759aaf42a7e78afe0d8781065a50
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
# Compiled Object files
*.slo
*.lo
*.o
 
# Compiled Dynamic libraries
*.so
*.dylib
 
#Visual studio files
.vs
 
# Compiled Static libraries
*.lai
*.la
*.a
/Makefile
/Testing
 
# Cmake generated files
build/*
!build/.gitkeep 
 
#eclipse files
.cproject
.settings
.project
*.out
/Default/
 
projects/*
!projects/.gitkeep