update gitignore for generated build files
All checks were successful
Source release / source-package (push) Successful in 59s
All checks were successful
Source release / source-package (push) Successful in 59s
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -9,6 +9,9 @@
|
||||
.#*
|
||||
\#*#
|
||||
|
||||
# autoconf cache
|
||||
/autom4te.cache/
|
||||
|
||||
# configure/build outputs
|
||||
/config.cache
|
||||
/config.log
|
||||
@@ -33,7 +36,7 @@
|
||||
/po/*.2po
|
||||
/po/remove-potcdate.sed
|
||||
|
||||
# objects and dependency dirs
|
||||
# object files and dependency dirs
|
||||
*.o
|
||||
.deps/
|
||||
.dirstamp
|
||||
@@ -54,6 +57,3 @@
|
||||
/ipx-utils-*.tar.bz2
|
||||
/ipx-utils-*.zip
|
||||
/ipx-utils-*/
|
||||
|
||||
# autoconf cache
|
||||
/autom4te.cache/
|
||||
|
||||
Reference in New Issue
Block a user