Commit a58a5902 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Documentation: add *.cu to FILE_PATTERNS in Doxyfile and *.swp to .gitignore

parent e4e2d37e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
*.orig
*.bak
*.backup
*.swp

# GDB
.gdb_history
+1 −0
Original line number Diff line number Diff line
@@ -826,6 +826,7 @@ FILE_PATTERNS = *.c \
                         *.cxx \
                         *.cpp \
                         *.c++ \
                         *.cu \
                         *.java \
                         *.ii \
                         *.ixx \