From baf32603adbb127c9999c7ff5a25c1a66783fba8 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Fri, 26 Apr 2019 06:50:45 +0000
Subject: [PATCH] Changed .gitignore to just config and custom snippets. fixed verilog

---
 .gitignore |   21 +++++----------------
 1 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/.gitignore b/.gitignore
index 41176fd..572e2af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,5 @@
-*~
-#*#
-config.el
-elpa/*
-eshell/*
-semanticdb/*
-url/*
-srecode-map.el
-.last-package-update-day
-ede-projects.el
-network-security.data
-projectile-bookmarks.eld
-projectile.cache
-recentf
-irony*/
-server/
\ No newline at end of file
+/*
+!config.org
+!init.el
+!.gitignore
+!snippets
\ No newline at end of file

--
Gitblit v1.9.3