Browse Source

Initial commit

adrien 8 years ago
commit
a20c03a2a5
3 changed files with 275 additions and 0 deletions
  1. 42 0
      .gitignore
  2. 231 0
      LICENSE
  3. 2 0
      README.md

+ 42 - 0
.gitignore

@@ -0,0 +1,42 @@
+# ---> C
+# 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
+
+# Debug files
+*.dSYM/
+
+# ---> Vim
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
+*~
+

File diff suppressed because it is too large
+ 231 - 0
LICENSE


+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# rmn-pep
+