-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (60 loc) · 769 Bytes
/
.gitignore
File metadata and controls
72 lines (60 loc) · 769 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# IDE files
.idea
.vscode
# macOS files
.DS_Store
# Log files
datlog
log.*
# Temporary files
*/Testing/Temporary
.*.swp
# External clones
/external/*
/Exec/WORK/*
ic.txt
plt*
chk*
tmp_build_dir
.ccls-cache
ERF*.ex
AMReX_buildInfo.cpp
cmake-build*
cmake_build*
cmake*ser*
cmake*par*
.idea
*.ipynb
job_info
# CMake build artifacts
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
DartConfiguration.tcl
Makefile
compile_commands.json
Testing/
_deps/
# Project-specific generated files
ERFConfig.cmake
*.pc
git-state.txt
# Build outputs
lib*.a
lib*.so
bin/
*uild*/Exec/
*uild*/Submodules/
*uild*/Tests/
*uild*/cmake_packages/
externals/
# Build and install directories
build_*/
install_*/
# Log files
build_*.log
# Editor backups
*~
\#*\#
.#*