forked from mdolab/adflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (50 loc) · 845 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
syntax:glob
*.mod
*.o
*.a
*.so
*.pyc
*.autogen
config.mk
config/config*
src_cs/*
src/adjoint/temp*
*.cgnsSpectral*
*~
.*~
*.mod
doc/_build/*
doc/_static/doxydoc/*
doc/tmp*.rst
*.fmt
*.bak
src/build/adflow_project.dep
src/build/libadflow-f2pywrappers2.f90
src/build/libadflow-f2pywrappers.f
src/build/libadflowmodule.c
src/build/importTest.py
# Regression test auxiliary files:
input_files.tar.gz
adflow_input_files.tar.gz
# also ignore the input files to regtests after we extract from archine
input_files/*.cgns
input_files/*.xyz
input_files/split_file
input_files/tecplot.phy
adflow.egg-info/*
tests/*.cgns
tests/*out
*.zipper
# for the .cgnsTimestep... files
tests/output_files/*.cgns*
tests/output_files/*.plt
*.cgns
*.txt
*.dat
*.out
*.tar.gz
*.vscode
# optimization reports from intel compilers
*.optrpt
# for mac users
*.DS_Store