We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3047c commit 49aa4c4Copy full SHA for 49aa4c4
.gitignore
@@ -39,15 +39,5 @@ tags
39
.gdb_history
40
compile_commands.json
41
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
-
52
# Pycache
53
__pycache__
documentation/doxygen/.gitignore
@@ -3,3 +3,11 @@ NumberOfImages.dat
3
filter
4
htmlfooter.html
5
stdout.dat
6
+*.eps
7
+*.pcm
8
+*.jpg
9
+*.root
10
+*.csv
11
+*.png
12
+*.pdf
13
+*.dot
0 commit comments