-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
88 lines (70 loc) · 1.3 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# This file contains the description of files that should not be conrolled by
# Git version control system. Any changes in these files or directories and
# their contents will not be detected by Git.
# Please, add regular expressions for each specific IDE files if you open
# given project in them locally.
# Temporary files produced by Linux Text Editors:
# * Kate backup files:
*.kate-swp
# * Aspell backup files:
*.bak
# * Vim backup files:
*.swp
*.swo
# * LibreOffice Draw backup files:
*.odg#
# * LibreOffice Impress backup files:
*.odp#
# Matlab backup files:
*.m~
# Building directories and files:
*.o
*.so
*.a
Build*
build*
# Directory with output from polyhedral algorithms:
poly-data-*
# Eclipse setting files:
*.cproject
*.project
*.checkers
*.settings
*.externalToolBuilders
*.directory
# KDelevelop setting files:
*kdev4*
# LaTEX automatically generated files:
*.pdf
*.aux
*.log
*.tex.backup
*.tex~
*.toc
*.dvi
*.out
*.brf
# BibTEX automatically generated files:
*.bbl
*.blg
*.bib.backup
# Config files:
config/debug_exceptions.conf
# VIM files:
.*.swp
# CTags generated indexes
tags
# Symbolic links to headers directories
Source/Eigen
Source/coin
# File for gnuplot'ting:
*.txt
*.plot
# Generated by global PCL dumper:
*.ply
*.mat
# Directories with results
result-*/
# ODS files
*.ods
Dependencies