summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNiklas Goby2011-11-23 11:29:46 +0100
committerNiklas Goby2011-11-23 11:29:46 +0100
commit35e695a9fbf7a8632ff38c141372f84a86954145 (patch)
tree87e95fc44c9e900e39a8a6ec996f40db30aee53e /.gitignore
parentnew comments (diff)
downloadfbgui-35e695a9fbf7a8632ff38c141372f84a86954145.tar.gz
fbgui-35e695a9fbf7a8632ff38c141372f84a86954145.tar.xz
fbgui-35e695a9fbf7a8632ff38c141372f84a86954145.zip
deleted the doxygen/html, /latex and /man folder and put them into to gitignore list
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 754704d..8d4c380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ Debug
/Makefile.*
/src/Makefile
/src/Makefile.*
+/doxygen/html/*
+/doxygen/latex/*
+/doxygen/man/*