forked from allpix-squared/allpix-squared
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (39 loc) · 750 Bytes
/
.gitignore
File metadata and controls
49 lines (39 loc) · 750 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
# SPDX-FileCopyrightText: 2016-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0
# ignore build and install directories
/build/
/bin/
/lib/
/include/
/share/
# root and data files do not belong into the repository
*.root
*.pdf
*.log
*.dat
*.macro
*.ps
*.wrl
*.png
# ignore backup files of any sort of editor:
~*
*~
.*
\#*
# Some exceptions for the doc folder
!/doc/**/*.png
!/doc/**/.gitignore
# ignore python byte code
*.pyc
# Ignore Doxygen's SQlite3 databases:
*.db
# Ignore ROOTs compiled macro objects
*.d
*.so
*.pcm
# Ignore CMake configurations generated by build system
/cmake/AllpixConfig*.cmake
# Ignore files created from unit tests
/etc/unittests/output/
# Ignore merge conflict original copies
*.orig