aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-24 00:22:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-24 00:22:19 +0200
commitc08aff21cd67cc27926a4cb1ca72ffe67e015ebf (patch)
treec9b0185424e0e74bc092a2606c6164c4e6698e48 /.gitignore
parent8467dbb9bd9960191f16def3ba43dcbde0fdda14 (diff)
downloadfeed2imap-go-c08aff21cd67cc27926a4cb1ca72ffe67e015ebf.tar.gz
feed2imap-go-c08aff21cd67cc27926a4cb1ca72ffe67e015ebf.tar.bz2
feed2imap-go-c08aff21cd67cc27926a4cb1ca72ffe67e015ebf.zip
Started caching
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 03644cb..a7b2c17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.idea
-config*.yml \ No newline at end of file
+config*.yml
+*.cache
r3-9/+9 2013-04-08Update git to v1.8.2.1John Keeping4-5/+6 2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping1-1/+1 2013-03-20Convert pager navigation into a unordered listLukas Fleischer3-9/+20 2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld1-1/+1 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer1-6/+14 2013-03-20Fix colspan valuesLukas Fleischer3-14/+28 2013-03-20html: check return value of writeJason A. Donenfeld1-2/+3 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld1-0/+1 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping1-1/+1 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping1-1/+8 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping1-1/+1 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping3-119/+80