aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-31 17:18:30 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-31 17:18:30 +0200
commit9752aa9e5fdbf0ff5e694e8c0d3e7a5cea894c7d (patch)
treef2fc14253e4fdc05d8257ebffe12372ef45f2c74 /.gitignore
parentProperly clear the last entered character (diff)
downloadslock-9752aa9e5fdbf0ff5e694e8c0d3e7a5cea894c7d.tar.gz
slock-9752aa9e5fdbf0ff5e694e8c0d3e7a5cea894c7d.tar.bz2
slock-9752aa9e5fdbf0ff5e694e8c0d3e7a5cea894c7d.tar.xz
slock-9752aa9e5fdbf0ff5e694e8c0d3e7a5cea894c7d.tar.zst
slock-9752aa9e5fdbf0ff5e694e8c0d3e7a5cea894c7d.zip
First Joe commit, background image patch customized
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore132
1 files changed, 132 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ef8b8d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,132 @@
+# Created by https://www.gitignore.io/api/c,linux,emacs
+# Edit at https://www.gitignore.io/?templates=c,linux,emacs
+
+### C ###
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+### Emacs ###
+# -*- mode: gitignore; -*-
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+*.elc
+auto-save-list
+tramp
+.\#*
+
+# Org-mode
+.org-id-locations
+*_archive
+
+# flymake-mode
+*_flymake.*
+
+# eshell files
+/eshell/history
+/eshell/lastdir
+
+# elpa packages
+/elpa/
+
+# reftex files
+*.rel
+
+# AUCTeX auto folder
+/auto/
+
+# cask packages
+.cask/
+dist/
+
+# Flycheck
+flycheck_*.el
+
+# server auth directory
+/server/
+
+# projectiles files
+.projectile
+
+# directory configuration
+.dir-locals.el
+
+# network security
+/network-security.data
+
+
+### Linux ###
+
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
+# KDE directory preferences
+.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
+
+# End of https://www.gitignore.io/api/c,linux,emacs
+
+*.diff
+*.o
+*.def.h
+*.rej
+*.orig
+.ccls*
+slock
+compile_flags.txt