diff options
author | Louie S <louie@example.com> | 2022-11-06 16:28:17 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2022-11-06 16:28:17 -0800 |
commit | 2c29b6a5145a4c44cbef03197db64cd2d7decd15 (patch) | |
tree | db4129c7efad3b79ee1b21c5ed4ef634044de5eb /.gitignore | |
parent | 77c6ef13a0599fdb9966a3a7dc967e204b77c7d5 (diff) |
Basic functionality for using autotools over basic Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,8 +1,25 @@ * !.gitignore + +!AUTHORS +!ChangeLog +!COPYING +!INSTALL +!Makefile.am +!NEWS +!README + +!configure.ac !docs !docs/* !icon !icon/icon* !src -!src/* +!src/Makefile.am +!src/*.c +!src/include +!src/include/*.h +!src/unix/ +!src/unix/*.c +!src/windows +!src/windows/*.c |