diff options
author | Marco Bubke <marco.bubke@nokia.com> | 2010-02-08 15:08:25 +0100 |
---|---|---|
committer | Marco Bubke <marco.bubke@nokia.com> | 2010-02-08 16:01:00 +0100 |
commit | 3aa10a749f2925d4a19aace6029ccc43a5cf8549 (patch) | |
tree | d321a1db878b95f313d029210bd725085a4c12d9 /.gitignore | |
parent | 0a62a383bd59d8326e37e59d888f6e1de62a0946 (diff) | |
download | qt-creator-3aa10a749f2925d4a19aace6029ccc43a5cf8549.tar.gz |
remove the core directory from the ignores
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ae4cac0dfc..418495a04b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ .#* *.*# core +!core/ tags .DS_Store *.debug |