forked from idefix-code/idefix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (47 loc) · 694 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (47 loc) · 694 Bytes
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
doc/build/*
doc/source/_build/*
doc/source/_static/*
doc/source/_public/*
doc/source/api/*
doc/source/xml/*
doc/env/*
# compiled files
**/__pycache__
*.pyc
**/idefix
# generated files
*.log
src/version.hpp
**/libkokkos.a
**/KokkosCore_config.h
build
Makefile
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile.local
git-state.txt
Kokkos_Version_info.*
# test artifacts
test/**/*.o
test/**/*.vtk
test/**/*.h5
test/**/*.xmf
test/**/*.dmp
test/**/*.idfx
test/**/*.tmp
test/**/Makefile
test/**/KokkosCore*
test/**/*.csv
test/**/*.pyc
test/**/*.dat
test/**/cmake_packages*
test/**/
idefix-tests.junit.xml
# machine specific cache and hidden files
.*
*.DS_Store
# tmp files
*~
*\#
*.tar.gz