Skip to content

Commit

Permalink
remove all temp autotools files from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Nov 25, 2016
1 parent 5caf4ac commit fd6235b
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 46,405 deletions.
33 changes: 22 additions & 11 deletions .gitignore
@@ -1,25 +1,39 @@
# folders
prj/obj
# binaries
src/joyosc/joyosc
src/lsjs/lsjs

# autotools files
autom4te.cache
.deps
.libs
config
Makefile
Makefile.in
aclocal.m4
configure
config.log
config.status
libtool
src/config.h
src/stamp-h1
.dirstamp
libtool
dist
m4

# build
*.o
*.a

# libtool
.deps
.libs
libtool
*.lo
*.la
src/lsjs/lsjs
src/joyosc/joyosc
src/joyosc/joyosc-notifier

# premake
prj/obj

# distribution tarballs
joyosc-*

# OSX
.DS_Store
Expand All @@ -28,6 +42,3 @@ src/joyosc/joyosc-notifier

# temp files
*~

# generated files
data/udev/85-joyosc.rules

0 comments on commit fd6235b

Please sign in to comment.