Skip to content

Commit

Permalink
merged .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stuckless committed Aug 13, 2015
2 parents 663f200 + d5134df commit 9f3b20b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Lines that start with '#' are comments.
*~
config*.log

# taken from build/clean.sh
/build/so
/build/release
/build/minirelease
/build/elf
/build/serverrelease
/build/ubuntuserver
/build/ubuntuclient
/build/clientrelease
/build/sagetv*.deb
/build/sagetv*.gz

/native/**/*.o
/native/**/*.map
/native/**/*.a
/native/**/*.so

/third_party/**/*.o
/third_party/**/*.lo
/third_party/**/*.la
/third_party/**/*.pc

# gradle/eclipse stuff
/bin/
/.classpath
/.project
/.gradle/
/.settings/

0 comments on commit 9f3b20b

Please sign in to comment.