diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-18 11:08:11 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-18 11:08:11 -0800 |
commit | e2635d07d0f0a91dd7d59f2c94765a40907d2732 (patch) | |
tree | d8589fc2638f7423ca2bfed241308775916c0cf2 /libaltos/.gitignore | |
parent | 8fdbdebdbb4d1579fd2af47430807d0d2a78105b (diff) |
Ignore .dll files in libaltos
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/.gitignore')
-rw-r--r-- | libaltos/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libaltos/.gitignore b/libaltos/.gitignore index c490e6f8..6d043d60 100644 --- a/libaltos/.gitignore +++ b/libaltos/.gitignore @@ -3,6 +3,7 @@ *.la *.java *.class +*.dll .libs/ classlibaltos.stamp libaltos_wrap.c |