summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2016-12-18 19:30:42 +0000
committerHubert Figuière <hub@figuiere.net>2016-12-19 14:00:09 -0500
commit08787dfa91d788bb84237cfffc8b44c11114e257 (patch)
treee3dd946aab0b8a752cad9913bcd1373ce08827e4 /.gitignore
parent303f3d7c9d99fc898caccd463f5fada69f3dd6f3 (diff)
downloadenchant-08787dfa91d788bb84237cfffc8b44c11114e257.tar.gz
Put .gitignore into more standard form
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore53
1 files changed, 21 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index 21f1bee..9f1b5b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,34 +1,23 @@
-aclocal.m4
-autogen.err
-autom4te.cache
-autopackage/default.apspec
-compile
-configure
-config.*
-depcomp
-enchant-uninstalled.pc
-enchant.pc
-enchant.ps
-enchant.spec
-install-sh
-libtool
-ltmain.sh
-missing
+*.o
+*.lo
+*.la
+.libs
+.deps
+/aclocal.m4
+/autogen.err
+/autom4te.cache
+/autopackage/default.apspec
+/compile
+/configure
+/config.*
+/depcomp
+/enchant-uninstalled.pc
+/enchant.pc
+/enchant.ps
+/enchant.spec
+/install-sh
+/libtool
+/ltmain.sh
+/missing
Makefile
Makefile.in
-src/**/*.o
-src/**/*.lo
-src/**/*.la
-src/**/.libs
-src/**/.deps
-src/libenchant.rc
-tests/**/*.o
-tests/**/*.lo
-tests/**/*.la
-tests/**/.libs
-tests/**/.deps
-tests/enchant
-tests/enchant-lsmod
-tests/ispell
-tests/test-enchant
-tests/test-enchantxx