diff --git a/C++.gitignore b/C++.gitignore index 35e1559..b8bd026 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,24 +1,28 @@ # Compiled Object files *.slo *.lo *.o *.obj +# Precompiled Headers +*.gch +*.pch + # Compiled Dynamic libraries *.so *.dylib *.dll # Fortran module files *.mod # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out *.app diff --git a/C.gitignore b/C.gitignore index c46c925..edf6645 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,25 +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