-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (54 loc) · 923 Bytes
/
.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
# Ignore object files, libraries and fortran module files.
*.[oa]
*.mod
# Ignore Python Bytecode Files
*.pyc
# Directory and content created by cmake system.
CMakeFiles/
# File created by cmake build system.
CMakeCache.txt
# File is created automatically from cmake_version.f90.in.
cmake_version.f90
# File is created automatically from ?.
version.f90
BuildConfig.txt
# Ignore created executable.
neo_2.x.*
install_manifest.txt
.cproject
.project
# Ignore backups of files.
*.*~
# Ignore file diffs
*.*diff
NEO-2-QL/.directory
# Ignore directories for building the code.
[Bb]uild/*
[Bb]uild-*/*
*/[Bb]uild_*/*
*/[Bb]uild/*
*/[Bb]uild-*/*
*/[Bb]uild_*/*
*/*/[Bb]uild/*
*/*/[Bb]uild-*/*
*/*/[Bb]uild_*/*
# Ignore files created by latex.
*.pdf
*.aux
*.bbl
*.dvi
*.ps
*.log
*.fls
*.bcf
*.blg
*.run.xml
*.out
*.synctex.gz
*.fdb_latexmk
*.toc
DOC/html/*
DOC/latex/*
*-SAVE-ERROR
build/cmake_install.cmake
.DS_Store