Added .gitignore, removed SVN ignore files.

This commit is contained in:
Alexander Shaduri
2021-02-23 20:29:29 +04:00
parent 0f6ff2a4cb
commit dc6bd27d22
6 changed files with 83 additions and 73 deletions
+83
View File
@@ -0,0 +1,83 @@
# Builds
/0*
/doxygen_doc*
/win32*
/win64*
/cmake-build-*
# OS-generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# IDE
/*.pcs
/.idea
/CMakeLists.txt.user
# Automake
/autom4te.cache
Makefile.in
/configure
/depcomp
/config.guess
/config.sub
/config.rpath
/aclocal.m4
/config.h.in
/compile
/ar-lib
/missing
/install-sh
/autoconf.m4/codeset.m4
/autoconf.m4/extern-inline.m4
/autoconf.m4/fcntl-o.m4
/autoconf.m4/gettext.m4
/autoconf.m4/glibc21.m4
/autoconf.m4/glibc2.m4
/autoconf.m4/iconv.m4
/autoconf.m4/intdiv0.m4
/autoconf.m4/intldir.m4
/autoconf.m4/intl.m4
/autoconf.m4/intlmacosx.m4
/autoconf.m4/intmax.m4
/autoconf.m4/inttypes_h.m4
/autoconf.m4/inttypes-pri.m4
/autoconf.m4/lcmessage.m4
/autoconf.m4/lib-ld.m4
/autoconf.m4/lib-link.m4
/autoconf.m4/lib-prefix.m4
/autoconf.m4/lock.m4
/autoconf.m4/longlong.m4
/autoconf.m4/nls.m4
/autoconf.m4/po.m4
/autoconf.m4/printf-posix.m4
/autoconf.m4/progtest.m4
/autoconf.m4/size_max.m4
/autoconf.m4/stdint_h.m4
/autoconf.m4/threadlib.m4
/autoconf.m4/uintmax_t.m4
/autoconf.m4/visibility.m4
/autoconf.m4/wchar_t.m4
/autoconf.m4/wint_t.m4
/autoconf.m4/xsize.m4
# Translations
/po/boldquot.sed
/po/en@boldquot.header
/po/en@quot.header
/po/insert-header.sin
/po/Makevars.template
/po/quot.sed
/po/remove-potcdate.sin
/po/Rules-quot
/po/gsmartcontrol.pot
/po/*.gmo
-1
View File
@@ -1 +0,0 @@
Makefile.in
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
# Default for all directories
svn propset svn:ignore -R -F .svnignore-default.txt .
# Properties for each directory
for dir in . autoconf.m4 po; do
pushd $dir
svn propset svn:ignore -F .svnignore.txt .
popd
done
-18
View File
@@ -1,18 +0,0 @@
0*
cmake-build-*
*.pcs
autom4te.cache
Makefile.in
configure
depcomp
config.guess
config.sub
config.rpath
aclocal.m4
config.h.in
compile
ar-lib
missing
install-sh
.kdev4
.idea
-32
View File
@@ -1,32 +0,0 @@
codeset.m4
extern-inline.m4
fcntl-o.m4
gettext.m4
glibc21.m4
glibc2.m4
iconv.m4
intdiv0.m4
intldir.m4
intl.m4
intlmacosx.m4
intmax.m4
inttypes_h.m4
inttypes-pri.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
lock.m4
longlong.m4
nls.m4
po.m4
printf-posix.m4
progtest.m4
size_max.m4
stdint_h.m4
threadlib.m4
uintmax_t.m4
visibility.m4
wchar_t.m4
wint_t.m4
xsize.m4
-11
View File
@@ -1,11 +0,0 @@
boldquot.sed
en@boldquot.header
en@quot.header
insert-header.sin
Makevars.template
quot.sed
remove-potcdate.sin
Rules-quot
Makefile.in
gsmartcontrol.pot
*.gmo