summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 6 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index eb37b56..bc9fbfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,31 +1,10 @@
1/i3lock 1/i3lock-extended
2*.o 2*.o
3tags 3tags
4*.swp 4*.swp
5 5
6################################################################################ 6# We recommend building in a subdirectory called build.
7# https://raw.githubusercontent.com/github/gitignore/master/Autotools.gitignore 7# If you chose a different directory name,
8################################################################################ 8# it is up to you to arrange for it to be ignored by git,
9 9# e.g. by listing your directory in .git/info/exclude.
10# http://www.gnu.org/software/automake 10/build
11
12Makefile.in
13/ar-lib
14/test-driver
15
16# http://www.gnu.org/software/autoconf
17
18/autom4te.cache
19/autoscan.log
20/autoscan-*.log
21/aclocal.m4
22/compile
23/config.h.in
24/config.guess
25/config.sub
26/configure
27/configure.scan
28/depcomp
29/install-sh
30/missing
31/stamp-h1