forked from FEniCS/ffcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (60 loc) · 814 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
69
70
71
# Compiled source
*.o
*.Plo
*.Po
*.lo
*.la
*.a
*.os
*.pyc
*.so
*.pc
*.pyc
*.pyd
*.def
*.dll
*.exe
*.dylib
# Files generated by setup
/ffcx/git_commit_hash.py
# CMake and Make files
CMakeCache.txt
CMakeFiles
cmake_install.cmake
cmake_uninstall.cmake
Makefile
install_manifest.txt
/cmake/templates/UFCConfig.cmake
/cmake/templates/UFCConfigVersion.cmake
/cmake/templates/UseUFC.cmake
# Temporaries
*~
# OS X files
.DS_Store
.DS_Store?
# Local build files
/build
/bench/bench.log
/doc/sphinx/build
/doc/sphinx/source/api-doc
# Visual Studio Code project config
.vscode
# c, h and so files due to running demos
demo/*.c
demo/*.h
demo/*.so
test/*.c
test/*.h
test/*.so
# Tests
**/.cache/
__pycache__
test/compile-cache/
test/libffcx_*
test/*.pdf
# setuptools temps
*.egg-info/
# Release
/dist
/release
.*.swp