Move to toplevel to affect the entire source tree
authorMark Donnelly <mark@painless-security.com>
Tue, 19 Nov 2013 15:12:33 +0000 (10:12 -0500)
committerMark Donnelly <mark@painless-security.com>
Tue, 19 Nov 2013 15:12:33 +0000 (10:12 -0500)
npapi/.gitignore [new file with mode: 0644]

diff --git a/npapi/.gitignore b/npapi/.gitignore
new file mode 100644 (file)
index 0000000..787bf94
--- /dev/null
@@ -0,0 +1,56 @@
+# CMake
+CMakeCache.txt
+CMakeFiles
+Makefile
+cmake_install.cmake
+install_manifest.txt
+
+##
+## C++ 
+################################
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+##
+## C Files
+##############################
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.hex