diff options
| author | Simeon Simeonov | 2020-03-12 12:30:51 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-03-12 12:30:51 +0100 |
| commit | 69a05d516bd0c7e369a0ba1fb78aac57a5ea26f2 (patch) | |
| tree | 87e37110ea0e328533a41c3b16b64036ff132641 /.gitignore | |
Initial commit for the last i3lock commit at this time f3b061233e28ad0cf920c9421adc2459b6920812
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 | ||
