mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 19:35:37 +00:00
.gitignore: add autotools' compile
Since automake 1.14, autotools now generate a symbolic link named `compile` in the root of the repository when running, so let's include it in .gitignore to achieve a clean `git status` after compiling (or avoid breaking the build via `git clean -fd`). Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
This commit is contained in:
parent
f38daf0d49
commit
e52ff66c9d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,6 +20,7 @@
|
|||
aclocal.m4
|
||||
autom4te.cache
|
||||
audit/data
|
||||
compile
|
||||
config.*
|
||||
configure
|
||||
depcomp
|
||||
|
|
Loading…
Reference in a new issue