]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add a gitignore file
authorDon Nguyen <don78colorado@gmail.com>
Sat, 18 Feb 2017 21:58:29 +0000 (22:58 +0100)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Sat, 18 Feb 2017 21:58:29 +0000 (22:58 +0100)
The entries in this patch are very minimal and are as follows:
apidocs - user generated doc
doxygen.log - log from generating doc
CMakeLists.txt.user - from Qt Creator
.directory - created by dolphin

REVIEW: 129865

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c7f3e7f
--- /dev/null
@@ -0,0 +1,4 @@
+apidocs
+doxygen.log
+CMakeLists.txt.user
+.directory