Skip to content

Commit 49aa4c4

Browse files
committed
[skip-ci] merge doxy gitignores into single file
1 parent ba3047c commit 49aa4c4

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,5 @@ tags
3939
.gdb_history
4040
compile_commands.json
4141

42-
# Doxygen
43-
documentation/doxygen/*.eps
44-
documentation/doxygen/*.pcm
45-
documentation/doxygen/*.jpg
46-
documentation/doxygen/*.root
47-
documentation/doxygen/*.csv
48-
documentation/doxygen/*.png
49-
documentation/doxygen/*.pdf
50-
documentation/doxygen/*.dot
51-
5242
# Pycache
5343
__pycache__

documentation/doxygen/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ NumberOfImages.dat
33
filter
44
htmlfooter.html
55
stdout.dat
6+
*.eps
7+
*.pcm
8+
*.jpg
9+
*.root
10+
*.csv
11+
*.png
12+
*.pdf
13+
*.dot

0 commit comments

Comments
 (0)