Skip to content

Commit 296e26d

Browse files
committed
[nfc] merge doxy gitignores into single file
1 parent e7181a8 commit 296e26d

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
@@ -38,15 +38,5 @@ tags
3838
.gdb_history
3939
compile_commands.json
4040

41-
# Doxygen
42-
documentation/doxygen/*.eps
43-
documentation/doxygen/*.pcm
44-
documentation/doxygen/*.jpg
45-
documentation/doxygen/*.root
46-
documentation/doxygen/*.csv
47-
documentation/doxygen/*.png
48-
documentation/doxygen/*.pdf
49-
documentation/doxygen/*.dot
50-
5141
# Pycache
5242
__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)