From c05e280caa80b868b648334d401e6f10c74037be Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 28 Jan 2018 16:38:23 -0500 Subject: [PATCH] Removed linux stuff from gitignore --- .gitignore | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 0f4f20c..ea901d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -## VIM -*.swp - -# Created by https://www.gitignore.io/api/android,linux +# Created by https://www.gitignore.io/api/android ### Android ### # Built application files @@ -59,21 +56,4 @@ freeline/ freeline_project_description.json ### Android Patch ### -gen-external-apklibs - -### Linux ### -*~ - -# temporary files which can be created if a process still has a handle open of a deleted file -.fuse_hidden* - -# KDE directory preferences -.directory - -# Linux trash folder which might appear on any partition or disk -.Trash-* - -# .nfs files are created when an open file is removed but is still being accessed -.nfs* - -# End of https://www.gitignore.io/api/android,linux +gen-external-apklibs \ No newline at end of file