-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (67 loc) · 1.28 KB
/
.gitignore
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
73
74
#----------
# IDE's etc
#----------
.idea
#---------
# Binaries
#---------
src/test/cpp/gtester/gtester
src/main/cpp/stride
#--------------
# Documentation
#--------------
src/doc/doxygen_ref_man/Doxyfile
src/doc/doxygen_ref_man/*.log
src/doc/doxygen_ref_man/html/*
src/doc/doxygen_ref_man/latex/*
src/doc/doxygen_ref_man/reference_doc_html/*
#src/doc/doxygen_ref_man/${DOXY_HTML_DIR}/
#---------------
# Hdf5 datafiles
#---------------
*.h5
#--------------
# Generic stuff
#--------------
*.cache
*.Debug
*.o
*.orig
*.out
*.Release
*~
.\#*
*.bak
*.DS_Store
*._*
*.directory
*-eps-converted-to.pdf
*.Rhistory
*.a
#------------------------------------
# Local make config & build directory
#------------------------------------
/.cproject
/.project
/MakeLocalConfig
/.settings/
target*/
build*/
*.cmake
CMakeCache.txt
CMakeFiles
Makefile
#------------------------------------
# Latex stuff
#------------------------------------
/src/doc/latex_user_man/UserManual.aux
/src/doc/latex_user_man/UserManual.bbl
/src/doc/latex_user_man/UserManual.blg
/src/doc/latex_user_man/UserManual.out
/src/doc/latex_user_man/UserManual.synctex.gz
/src/doc/latex_user_man/UserManual.toc
#-------------------------------------
# Output
#------------------------------------
src/main/electron/data/clusterData/
node_modules/