summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-26 01:40:03 +0200
committerThanosApollo <[email protected]>2022-11-26 01:40:03 +0200
commitbe1ba29fe8901326fedf442537ebee296bc31360 (patch)
treec3198ac40ef05bc594f5da85cfc16e879ca9f60c
parentb1f441da9719a2a3a5646d93f2f8bf226dff52a5 (diff)
Change .gitignore to work with stow
-rw-r--r--.gitignore22
1 files changed, 9 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index ff15123..169d8e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,10 @@
-# Ignore everything
-*
-#But this files
-!.gitignore
-!.config/doom/
-!.zshrc
-!.zprofile
-!READMME.org
-!.config/qtile/config.py
-!.config/qtile/keys.py
-!.config/qtile/spotify_widget.py
-!.config/alacritty/
-!.config/qutebrowser/
+*.elc
+tramp
+
+/elpa
+elpa/
+.cask
+
+*~
+\#*\# \ No newline at end of file