aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2462830..dd0f148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@
# vim swap files
.*.swp
.sw?
+#OS X specific files.
+.DS_store
#==============================================================================#
# Explicit files to ignore (only matches one).
@@ -35,7 +37,6 @@ compile_commands.json
#==============================================================================#
# External projects that are tracked independently.
projects/*
-!projects/sample
!projects/CMakeLists.txt
!projects/Makefile
# Clang, which is tracked independently.