gcontini
2019-12-28 829cf92038371ac4957f30698132240d5472a07d
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
# 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
 
**/CMakeCache.txt
**/CMakeFiles