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 e7181a8 commit 296e26dCopy full SHA for 296e26d
.gitignore
@@ -38,15 +38,5 @@ tags
38
.gdb_history
39
compile_commands.json
40
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
-
51
# Pycache
52
__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