diff options
author | Dana Olson <dana@shineuponthee.com> | 2015-01-17 14:19:57 -0500 |
---|---|---|
committer | Dana Olson <dana@shineuponthee.com> | 2015-01-17 14:19:57 -0500 |
commit | eac0de398fe48422f7e88509ff04a66667a95284 (patch) | |
tree | d5581a595e6dba0fa0677505a7905223dcef1444 /.gitignore | |
parent | 2b22aba39e5dc449ab1f50cd497a1a39358ce84a (diff) |
ignore and remove .fscache files. closes #1249
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4aee83c13f..f3a1b9693c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ tools/editor/register_exporters.cpp tools/editor/doc_data_compressed.h tools/editor/editor_icons.cpp -fpic +.fscache # Android specific platform/android/java/local.properties |