┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Nguyen <[email protected]>2017-02-18 22:58:29 +0100
committerEmmanuel Pescosta <[email protected]>2017-02-18 22:58:29 +0100
commitbdd33651222636d040f4930d2aa8f70589e87c32 (patch)
treebca45ed10287e40c67b9a061e52320b50a1d44ff
parentedf8e5737316204e4a96e5edf4cba4cdec1c71ef (diff)
Add a gitignore file
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
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..c7f3e7f42
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+apidocs
+doxygen.log
+CMakeLists.txt.user
+.directory