forked from mdolab/adflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (51 loc) · 825 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/*
*.fmt
*.bak
src/build/adflow_project.dep
src/build/libadflow-f2pywrappers2.f90
src/build/libadflowmodule.c
reg_tests/adflow_reg
reg_tests/adflow_reg.orig
reg_tests/adflow_test*
src/build/importTest.py
#reg test aux files:
reg_tests/*.cgns
reg_tests/*.dat
reg_tests/*.txt
reg_tests/*.zipper
inputFiles.tar.gz
adflow_input_files.tar.gz
# also ignore the input files to regtests after we extract from archine
inputFiles/*.cgns
inputFiles/split_file
inputFiles/tecplot.phy
adflow.egg-info/*
python/inputFiles/*
tests/*.cgns
tests/*out
*.cgns
*.txt
*.dat
*.out
*.tar.gz
*.vscode
# optimization reports from intel compilers
*.optrpt
# for mac users
*.DS_Store