diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 15:10:39 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 15:10:39 +0200 |
commit | b79b9971471256bfb4bde919cd89ae164744eaba (patch) | |
tree | 1346befacd6f1c9a594149cd3f4738f299f84d7d /.gitignore | |
parent | Change (diff) | |
download | lowbat-bsd-b79b9971471256bfb4bde919cd89ae164744eaba.tar.gz lowbat-bsd-b79b9971471256bfb4bde919cd89ae164744eaba.tar.bz2 lowbat-bsd-b79b9971471256bfb4bde919cd89ae164744eaba.tar.xz lowbat-bsd-b79b9971471256bfb4bde919cd89ae164744eaba.tar.zst lowbat-bsd-b79b9971471256bfb4bde919cd89ae164744eaba.zip |
Learning BSD make
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -125,4 +125,6 @@ flycheck_*.el # End of https://www.gitignore.io/api/c,linux,emacs,assembler -*.core
\ No newline at end of file +*.core +.depend +*.tmp
\ No newline at end of file |