From 38ec6a10b18cf600acd4254f901c9c4b94475b40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20Tomic=CC=8Cevic=CC=81?=
 <dominik.tomicevic@gmail.com>
Date: Tue, 22 Sep 2015 01:10:47 +0200
Subject: [PATCH] implemented a lockfree list

Summary: It's not the fastest for all operations but it's efficient on inserts to front and list traversals. removes are quite slow but it's not important because remove is only used by the garbage collector.

Test Plan: Reason wisely

Reviewers: buda, borko

Differential Revision: https://phabricator.tomicevic.com/D1
---
 cypher/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cypher/.gitignore b/cypher/.gitignore
index 0d539c1af..915128399 100644
--- a/cypher/.gitignore
+++ b/cypher/.gitignore
@@ -1,6 +1,7 @@
 *.o
 cypher.cpp
 cypher.h
+cypher.hpp
 parser
 cypher.out
 parser