diff options
| author | Don Nguyen <[email protected]> | 2017-02-18 22:58:29 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2017-02-18 22:58:29 +0100 |
| commit | bdd33651222636d040f4930d2aa8f70589e87c32 (patch) | |
| tree | bca45ed10287e40c67b9a061e52320b50a1d44ff | |
| parent | edf8e5737316204e4a96e5edf4cba4cdec1c71ef (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-- | .gitignore | 4 |
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 |
