forked from ComputationalRadiationPhysics/redGrapes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (50 loc) · 729 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
# CMake
Makefile
CMakeCache.txt
CMakeFiles
CMakeScripts
cmake_install.cmake
CTestTestfile.cmake
install_manifest.txt
compile_commands.json
DartConfiguration.tcl
Testing
build/
.build/
.cache/
*.swp
*.png
*.dot
# tmp files
*~
# netbeans project files
/nbproject/
# Code::Blocks project files
/*.cbp
/*.layout
# Visual Studio Code configuration files
.vscode
# JetBrains project files and tmp's
.idea/
/venv/
# Clang tidy
.clang-tidy
# python byte code
*.pyc
# original backup files
*.orig
# doxygen output
docs/xml/
docs/doxyxml
docs/doxygen_sqlite3.db
docs/html/
# sphinx & breathe output
docs/build/
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Visual Studio configuration and output files
out
/.vs