diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb37b56 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | /i3lock | ||
| 2 | *.o | ||
| 3 | tags | ||
| 4 | *.swp | ||
| 5 | |||
| 6 | ################################################################################ | ||
| 7 | # https://raw.githubusercontent.com/github/gitignore/master/Autotools.gitignore | ||
| 8 | ################################################################################ | ||
| 9 | |||
| 10 | # http://www.gnu.org/software/automake | ||
| 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 | ||
