Skip to content

Commit

Permalink
.gitignore is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
ChazDazzle committed Jan 26, 2015
1 parent d370c34 commit 773a089
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 112 deletions.
29 changes: 29 additions & 0 deletions .gitignore
@@ -0,0 +1,29 @@
# Object files
*.o
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
Binary file removed .libs/_pokereval_2_4.a
Binary file not shown.
1 change: 0 additions & 1 deletion .libs/_pokereval_2_4.la

This file was deleted.

1 change: 0 additions & 1 deletion .libs/_pokereval_2_4.so

This file was deleted.

1 change: 0 additions & 1 deletion .libs/_pokereval_2_4.so.1

This file was deleted.

Binary file removed .libs/_pokereval_2_4.so.1.0.0
Binary file not shown.
Binary file removed .libs/_pokereval_2_4_la-pypokereval.o
Binary file not shown.
Binary file removed .libs/_pokereval_2_6.a
Binary file not shown.
1 change: 0 additions & 1 deletion .libs/_pokereval_2_6.la

This file was deleted.

1 change: 0 additions & 1 deletion .libs/_pokereval_2_6.so

This file was deleted.

1 change: 0 additions & 1 deletion .libs/_pokereval_2_6.so.1

This file was deleted.

Binary file removed .libs/_pokereval_2_6.so.1.0.0
Binary file not shown.
Binary file removed .libs/_pokereval_2_6_la-pypokereval.o
Binary file not shown.
41 changes: 0 additions & 41 deletions _pokereval_2_4.la

This file was deleted.

12 changes: 0 additions & 12 deletions _pokereval_2_4_la-pypokereval.lo

This file was deleted.

Binary file removed _pokereval_2_4_la-pypokereval.o
Binary file not shown.
41 changes: 0 additions & 41 deletions _pokereval_2_6.la

This file was deleted.

12 changes: 0 additions & 12 deletions _pokereval_2_6_la-pypokereval.lo

This file was deleted.

Binary file removed _pokereval_2_6_la-pypokereval.o
Binary file not shown.

0 comments on commit 773a089

Please sign in to comment.