diff options
author | Spp <spp@jorge.gr> | 2012-11-09 13:13:45 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-11-09 13:13:45 +0100 |
commit | 333b8e5159ada2f1b8cbfd1dd8eb9072754477d7 (patch) | |
tree | b73ed1ddf75c9cb691178f0fc409a5e86d3797ce /.gitignore | |
parent | 90c95806a7bd54c8011e08ed74ff00198d206278 (diff) |
Core/Build: Enable Clang PCH support and OS X specific features
Core: Fix warnings here and there
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ace64225d0c..7dbed8f3ea2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,12 @@ build*/ *~ .hg/ *.kdev* +.DS_Store +CMakeLists.txt.user *.bak *.patch *.diff *.REMOTE.* *.BACKUP.* *.BASE.* -*.LOCAL.*
\ No newline at end of file +*.LOCAL.* |