diff options
| author | Simeon Simeonov | 2023-03-14 23:30:32 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-03-18 13:37:27 +0100 |
| commit | 66bd7af3e59e509000b8a55a9429e7a8e133fd81 (patch) | |
| tree | 9eca5fe6eb76bb639fde682131c654eef17212df /.gitignore | |
| parent | ffc15cad8238b101203147d4c9da64ee8e5a05b8 (diff) | |
Sync with upstream 2.14.1 and update the documentation2.2.14
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 33 |
1 files changed, 6 insertions, 27 deletions
| @@ -1,31 +1,10 @@ | |||
| 1 | /i3lock | 1 | /i3lock-extended |
| 2 | *.o | 2 | *.o |
| 3 | tags | 3 | tags |
| 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 | |||
| 12 | Makefile.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 | ||
